diff options
author | Daniel Schadt <kingdread@gmx.de> | 2023-11-29 19:15:58 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2023-11-29 19:15:58 +0100 |
commit | 976b926890fb3a39865667702e40b834cf725dc9 (patch) | |
tree | ea6d05d2e8171dbf1c93591455ad34f0f43bc0a2 /templates/author.html | |
parent | 536e0db2b3764efa4a9c61fa6d43e362708a9648 (diff) | |
download | moeka-976b926890fb3a39865667702e40b834cf725dc9.tar.gz moeka-976b926890fb3a39865667702e40b834cf725dc9.tar.bz2 moeka-976b926890fb3a39865667702e40b834cf725dc9.zip |
add template for author page
Diffstat (limited to 'templates/author.html')
-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 %} |