This commit is contained in:
sasha-astiadi
2024-05-06 22:53:21 +02:00
parent 5d4663c71f
commit a3951b00a5
45 changed files with 498 additions and 262 deletions

View File

@@ -0,0 +1,13 @@
{% extends "_default/base.html" %}
{% block content %}
<div>
{% set page = get_page(path="contact/index.md") %}
{{page.content | safe}}
</div>
{% include "partials/contact.html" %}
{% include "partials/faq.html" %}
{% endblock content %}