{% block stylesheets %} {% endblock %} {# for extra stylesheets. e.q. a template has to add something #} {% block css %} {% endblock %} {# for various extra things #} {% block head_extra %} {% endblock %}
{% block navigation %} {%- from theme("macros.html") import topnav with context -%} {% endblock %}