{% import "macros.html" as macros %} {% block htmltitle %}{{ config.title }}{% endblock htmltitle %} {% if config.generate_rss %} {% endif %} {% block body %}
{% if config.extra.sam_menu %} {% for link in config.extra.sam_menu %} {% endfor %} {% else %} {% for current in section.subsections %} {% set current = get_section(path=current) %} {% endfor %} {% endif %}
{% endblock body %}