flex/templates/author.html
2016-07-30 14:34:54 +02:00

3 lines
142 B
HTML

{% extends "index.html" %}
{% block title %} – {% trans %}Posts by{% endtrans %}: {{ author }}{% endblock %}
{% set summarise = True %}