{% block head_extra %}{% endblock %}
{% if show_nav %}
hello world
{% if show_home_about %}
Home
{% endif %} {% if modules %}
Modules
{% for module in modules %}
{{ module | replace('_', ' ') | title }}
{% endfor %}
{% endif %} {% if show_home_about %}
About
{% endif %}
☀
☾
◐
{% endif %}
{% block content %}{% endblock %}