{% extends 'layouts/base.html' %} {% set page_title = 'Sections in ' + repo_suite.suite.name %} {% block body_header %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block body %}

Sections in {{repo_suite.suite.name}}

{% for section in sections %}
{{section.title}}
{{section.summary}}
{% endfor %}
{% endblock %}