www_ourverse/templates/index.html
2022-07-23 10:09:10 +02:00

8 lines
196 B
HTML

{% extends "_default/base.html" %}
{% block content %}
<!-- Landing page template, has a banner and rows of page summaries -->
<main>
{{section.content | safe}}
</main>
{% endblock content %}