3 lines
142 B
HTML
3 lines
142 B
HTML
{% extends "index.html" %}
|
|
{% block title %} – {% trans %}Posts by{% endtrans %}: {{ author }}{% endblock %}
|
|
{% set summarise = True %}
|