{% extends "nexus/base.html" %} {% block content %} {% if link_set %} {% endif %} {% for title, content in module_set %}
{{ title }}
{{ content }}
{% endfor %} {% endblock %}