8 lines
211 B
HTML
8 lines
211 B
HTML
{% 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 %}
|