wttf/theme/simple/templates/author.html
2018-05-04 12:22:51 +02:00

8 lines
177 B
HTML

{% extends "index.html" %}
{% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %}
{% block content_title %}
<h2>Articles by {{ author }}</h2>
{% endblock %}