flex/templates/author.html

4 lines
137 B
HTML
Raw Normal View History

2015-07-19 02:04:01 +02:00
{% extends "index.html" %}
{% block title %} – {{ _('Posts by %(name)s', name=author) }}:{% endblock %}
2015-07-19 02:04:01 +02:00
{% set summarise = True %}