flex/templates/author.html

4 lines
116 B
HTML
Raw Normal View History

2015-07-18 21:04:01 -03:00
{% extends "index.html" %}
{% block title %}– Posts by: {{ author }}{% endblock %}
{% set summarise = True %}