From 976b926890fb3a39865667702e40b834cf725dc9 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 29 Nov 2023 19:15:58 +0100 Subject: add template for author page --- templates/author.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/author.html (limited to 'templates') 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 %} +

Aritcles by {{ author }}

+{% include "blocks/article-list.html" %} +{% endblock %} -- cgit v1.2.3