refonte/themes/afpy/templates/author.html

9 lines
178 B
HTML
Raw Normal View History

2023-04-29 13:57:48 +00:00
{% extends "index.html" %}
{% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %}
{% block content_title %}
<h1>Articles by {{ author }}</h1>
{% endblock %}