refonte/themes/afpy/templates/author.html

11 lines
201 B
HTML

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