{% load wagtailcore_tags %} {% load static %} {% block content %}

{{ self.title_prefix }} {{ self.title_highlight }}

{{ self.description }}

{% for section in self.content_sections %}

{{ section.value.database_title }}

{{ section.value.database_description }}

{% for card in section.value.cards %} {% endfor %}
{% endfor %}
{% endblock %}