6 lines
123 B
HTML
6 lines
123 B
HTML
|
{% extends "/html/page-three-column.html" %}
|
||
|
|
||
|
{% block center %}
|
||
|
{% include "/html/includes/groups.inc" %}
|
||
|
{% endblock %}
|