{# Full-bleed bar; this inner .container aligns the logo/nav to the page. #}
{{ site.title }}
{% if site.nav.enabled %} {# CSS-only burger: the hidden checkbox toggles the nav on small screens. #}
{% for item in site.nav.items %}
{{ item.label }}
{% endfor %}
{% endif %}
{% block content %}{% endblock %}