www_ourworld_tf/templates/index.html
2022-02-28 19:01:33 +03: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 %}