diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/author.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/author.html b/templates/author.html new file mode 100644 index 0000000..f4a14e7 --- /dev/null +++ b/templates/author.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} +{% block content %} +<h1 class="topmost">Aritcles by {{ author }}</h1> +{% include "blocks/article-list.html" %} +{% endblock %} |