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