site_opytex/theme/templates/author.html

4 lines
137 B
HTML
Raw Permalink Normal View History

2019-07-18 10:43:36 +00:00
{% extends "index.html" %}
{% block title %} – {{ _('Posts by %(name)s', name=author) }}:{% endblock %}
{% set summarise = True %}