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

16 lines
403 B
HTML

{% extends "_default/base.html" %}
{% block content %}
<<<<<<< HEAD
<!-- Landing page template, has a banner and rows of page summaries -->
<main>
{{section.content | safe}}
</main>
=======
<!-- home page template, has a banner and rows of page summaries -->
<div>
{% set page = get_page(path="home/index.md") %}
{{page.content | safe}}
</div>
>>>>>>> template/master
{% endblock content %}