cryogen-bootstrap/themes/bootstrap4/html/author.html

9 lines
211 B
HTML
Raw Normal View History

2019-11-23 11:45:04 +00:00
{% extends "/html/page-three-column.html" %}
{%block subtitle %}: Posts by {{author}} {% endblock %}
{% block center %}
<h1>Posts by {{author}}</h1>
{% include "/html/includes/groups.inc" %}
{% endblock %}