{{ SITENAME }} {{ SITESUBTITLE }}
    {% for title, link, subsections in SECTIONS %}
  • {{ title }} {% if subsections %}
    {% for parent, title2, link2 in subsections %} {% if parent == title %} {{ title2 }} {% endif %} {% endfor %}
    {% else %} {% endif %}
  • {% endfor %}