www_mycelium/templates/layouts/contact.html
2024-08-19 15:01:20 +02:00

12 lines
215 B
HTML

{% extends "_default/base.html" %}
{% block content %}
<div>
{% set page = get_page(path="contact/index.md") %}
{{page.content | safe}}
</div>
{% include "partials/contact.html" %}
{% endblock content %}