Add basic personnel profile pages

This commit is contained in:
2024-01-11 18:10:51 +01:00
parent 18e2e0b304
commit feb5fdd36c
58 changed files with 292 additions and 5 deletions

View File

@ -1,7 +1,12 @@
{% extends "base.html" %}
{% block content %}
<section class="personnel">
{{ macros::personnel() }}
<section class="wrap">
{{ section.content | safe }}
</section>
<section class="wrap personnel">
<div class="grid grid-5 gap-3">
{{ macros::personnel() }}
</div>
</section>
{% endblock %}