binario/layouts/partials/header.html

4 lines
105 B
HTML
Raw Normal View History

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