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