Files
exploRUGComponent/docs-src/_includes/header.11ty.cjs
2026-04-21 14:54:02 +05:45

8 lines
137 B
JavaScript

module.exports = function (data) {
return `
<header>
<h1>&lt;my-element></h1>
<h2>A web component just for me.</h2>
</header>`;
};