binario/layouts/partials/header.html

4 lines
105 B
HTML
Raw Normal View History

2018-11-03 14:23:41 +00:00
<header class="header">
2020-02-05 17:09:41 +00:00
{{ partial "header_logo.html" . }}
2020-02-05 16:34:22 +00:00
{{ partial "header_menu.html" . }}
2018-11-03 14:23:41 +00:00
</header>