website/partials/header.hbs
2024-02-01 18:51:06 +01:00

8 lines
122 B
Handlebars

<header>
<div id="topLine"></div>
<div id="logoWrapper">
<a href="/">
{{> logo}}
</a>
</div>
</header>