17 lines
330 B
HTML

{%- comment -%}
Include vars:
scrolly_nav
{%- endcomment -%}
<!-- Header -->
<div id="header">
<div class="top">
{%- include logo.html -%}
{%- include nav.html section_items=include.scrolly_nav -%}
</div>
<div class="bottom">
{%- include logos.html -%}
{%- include social_icons.html -%}
</div>
</div>