www_tf_demo/templates/layouts/odez.html
sasha-astiadi 6a6628d23d add people
2024-06-19 11:53:28 +02:00

16 lines
290 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/odez/index.md") %}
{{page.content | safe}}
</div>
{% include "partials/odez.html" %}
{% endblock content %}