{% block head %}{% endblock %}
{% block nav %} {% if !nav.is_empty() %}
{% for nav_item in nav %} {% match nav_item %} {% when Nav::Text with (text) %}
{{ text }}
{% when Nav::Link with {text, href} %}
{{text}}
{% endmatch %} {% endfor %}
{% endif %} {% endblock %} {% block body %}{% endblock %}