{% extends "layouts/base.html" %} {% block content %}
{% for section in config.extra.sections %}

{{ section.title }}

{% for link in section.links %} {% if link.subtitle %}

{{ link.subtitle }}

{% else %}
{{ link.name }} {% if link.pub_href %} (pub) {% endif %}
{% endif %} {% endfor %}
{% endfor %}
{% endblock content %}