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

@@ -11,5 +11,6 @@
</div>
{% include "partials/company.html" %}
{% include "partials/quote.html" %}
{% endblock content %}

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

View File

@@ -10,4 +10,6 @@
{{page.content | safe}}
</div>
{% include "partials/quote.html" %}
{% endblock content %}