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