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/layouts/threefold.html
sasha-astiadi dea5b6c3e2 add people
2024-06-19 17:46:49 +02:00

16 lines
309 B
HTML

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