This commit is contained in:
sasha-astiadi
2024-06-07 19:10:09 +03:00
parent f29f0dc592
commit e6730c2e3c
8 changed files with 101 additions and 1 deletions

View File

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