2021-06-30 07:00:00 +00:00
|
|
|
{% extends 'base' %}
|
2021-06-30 07:00:00 +00:00
|
|
|
|
|
|
|
{% block content_wrapper %}
|
2021-09-17 17:44:00 +00:00
|
|
|
<div class="markdown">
|
|
|
|
{% if page.intro_text %}
|
|
|
|
<p class="max-w-lg">{{ page.intro_text }}</p>
|
|
|
|
{% endif %}
|
2021-06-30 07:00:00 +00:00
|
|
|
|
2021-09-17 17:44:00 +00:00
|
|
|
{{ parent() }}
|
|
|
|
</div>
|
2021-06-30 07:00:00 +00:00
|
|
|
{% endblock %}
|