From 41ebb83adbb462c28ba1d686a80f273265987971 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Fri, 1 May 2026 12:47:30 +0200 Subject: renamed blog base template --- blog/templates/blog_base.html.j2 | 50 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 blog/templates/blog_base.html.j2 (limited to 'blog/templates/blog_base.html.j2') diff --git a/blog/templates/blog_base.html.j2 b/blog/templates/blog_base.html.j2 new file mode 100644 index 0000000..6c5845a --- /dev/null +++ b/blog/templates/blog_base.html.j2 @@ -0,0 +1,50 @@ + + + + + {% block page_title %}{{ blog.blog_name }}{% endblock %} + + + + + + + + + + +
+ +
+
+ + -- cgit v1.3