2024-01-10 00:55:48 +01:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
2024-01-11 18:10:51 +01:00
|
|
|
<section class="wrap">
|
|
|
|
{{ section.content | safe }}
|
|
|
|
</section>
|
|
|
|
<section class="wrap personnel">
|
|
|
|
<div class="grid grid-5 gap-3">
|
|
|
|
{{ macros::personnel() }}
|
|
|
|
</div>
|
2024-01-10 00:55:48 +01:00
|
|
|
</section>
|
|
|
|
{% endblock %}
|