Basic logic for a list of personnel
This commit is contained in:
@ -7,3 +7,10 @@
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endmacro %}
|
||||
|
||||
{% macro personnel() %}
|
||||
{% for person in section.pages %}
|
||||
{{ person.extra.name }}
|
||||
{{ person.extra.role }}
|
||||
{% endfor %}
|
||||
{% endmacro %}
|
||||
|
Reference in New Issue
Block a user