MCPcopy Create free account
hub / github.com/ampproject/amphtml /

Class

test/unit/test-template.js:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 });
26
27 class TemplateImpl extends BaseTemplate {
28 render(data) {
29 const elem = doc.createElement('div');
30 elem.textContent = `abc${data.value}`;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected