15 lines
351 B
HTML
15 lines
351 B
HTML
{% extends "/html/page-three-column.html" %}
|
|
|
|
{% block center %}
|
|
{% include "/html/includes/groups.inc" %}
|
|
{% endblock %}
|
|
|
|
{% block right %}
|
|
<p> </p>
|
|
{% include "/html/custom/sites.inc" %}
|
|
<p> </p>
|
|
{% include "/html/includes/post-latest.inc" %}
|
|
<p> </p>
|
|
{% include "/html/includes/post-tags.inc" %}
|
|
<p> </p>
|
|
{% endblock %}
|