www_mycelium/templates/layouts/contact.html

12 lines
215 B
HTML
Raw Normal View History

2024-05-06 20:53:21 +00:00
{% 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 %}