This repository has been archived on 2025-06-11. You can view files and clone it, but cannot push or open issues or pull requests.
www_ow_freezone/templates/index.html
2022-02-16 18:24:39 +03:00

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 %}