11 lines
216 B
HTML
11 lines
216 B
HTML
{% extends "_default/base.html" %}
|
|
{% block content %}
|
|
|
|
<!-- Landing page template, has a banner and rows of page summaries -->
|
|
<main class="pt-16">
|
|
|
|
{{section.content | safe}}
|
|
|
|
|
|
</main>
|
|
{% endblock content %} |