SiteWebAstrolabe/src/_includes/layouts/contact.njk

12 lines
299 B
Plaintext
Raw Normal View History

2020-06-19 23:47:44 +02:00
{% extends 'layouts/base.njk' %}
{% block content %}
<main id="main-content" tabindex="-1">
{% include "partials/components/meeting.njk" %}
2022-04-26 20:01:00 +02:00
{% include "partials/components/faq.njk" %}
{% include "partials/components/contact-form.njk" %}
2020-06-19 23:47:44 +02:00
</main>
{% endblock %}
{{ content | safe }}