eleventy-mainroad/_includes/components/site-header.webc

9 lines
142 B
Plaintext

<style webc:scoped>
:host {
color: red;
}
</style>
<h1 @text="title">fallback title</h1>
<h2 @text="subtitle">fallback subtitle</h2>