Basic logic for a list of personnel

This commit is contained in:
2024-01-10 00:55:48 +01:00
parent d1dcc8e6d6
commit e49f2fa39e
3 changed files with 19 additions and 0 deletions

7
templates/personnel.html Normal file
View File

@ -0,0 +1,7 @@
{% extends "base.html" %}
{% block content %}
<section class="personnel">
{{ macros::personnel() }}
</section>
{% endblock %}