This commit is contained in:
sasha-astiadi
2024-05-04 11:52:00 +02:00
parent 0176ba951a
commit a61a0df908
13 changed files with 200 additions and 186 deletions

View File

@@ -2,8 +2,9 @@
{% block content %}
<!-- home page template, has a banner and rows of page summaries -->
<div class="">
<div class>
{% set page = get_page(path="home/index.md") %}
{{page.content | safe}}
</div>
{% include "partials/faq.html" %}
{% endblock content %}