aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2023-11-29 19:15:58 +0100
committerDaniel Schadt <kingdread@gmx.de>2023-11-29 19:15:58 +0100
commit976b926890fb3a39865667702e40b834cf725dc9 (patch)
treeea6d05d2e8171dbf1c93591455ad34f0f43bc0a2
parent536e0db2b3764efa4a9c61fa6d43e362708a9648 (diff)
downloadmoeka-976b926890fb3a39865667702e40b834cf725dc9.tar.gz
moeka-976b926890fb3a39865667702e40b834cf725dc9.tar.bz2
moeka-976b926890fb3a39865667702e40b834cf725dc9.zip
add template for author page
-rw-r--r--templates/author.html5
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 %}