blog/themes/minth/layouts/partials/header.html

5 lines
120 B
HTML

<div class="header">
<h1>{{ site.Title }}</h1>
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}
</div>