website/themes/notebook/layouts/partials/header.html

7 lines
182 B
HTML

<h1 class="site-title">Sketchy Maze</h1>
<h5 class="site-subtitle">"a drawing-based maze game."</h5>
<div class="container my-4 fw-bold">
{{- partial "navbar.html" . -}}
</div>