Basic logic for a list of personnel
This commit is contained in:
7
templates/personnel.html
Normal file
7
templates/personnel.html
Normal file
@ -0,0 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<section class="personnel">
|
||||
{{ macros::personnel() }}
|
||||
</section>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user