cryogen-bootstrap/resources/templates/themes/bootstrap4/html/archives.html

16 lines
351 B
HTML
Raw Normal View History

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>&nbsp;</p>
{% include "/html/custom/sites.inc" %}
<p>&nbsp;</p>
{% include "/html/includes/post-latest.inc" %}
<p>&nbsp;</p>
{% include "/html/includes/post-tags.inc" %}
<p>&nbsp;</p>
{% endblock %}