2020-02-16 13:50:12 +00:00
|
|
|
{% extends "/html/page-three-column.html" %}
|
|
|
|
|
|
|
|
{% block center %}
|
|
|
|
{% include "/html/includes/groups.inc" %}
|
|
|
|
{% endblock %}
|
2020-02-22 12:38:41 +00:00
|
|
|
|
|
|
|
{% 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 %}
|