From 5a404997537e67a41752318d51cae2e8dfec5301 Mon Sep 17 00:00:00 2001 From: Brummel Date: Wed, 20 May 2026 23:56:28 +0200 Subject: [PATCH] feat: add page_title macro for subpage banner --- templates/macros/page_title.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/macros/page_title.html diff --git a/templates/macros/page_title.html b/templates/macros/page_title.html new file mode 100644 index 0000000..f810f04 --- /dev/null +++ b/templates/macros/page_title.html @@ -0,0 +1,7 @@ +{% macro page_title(title) %} +
+
+

{{ title }}

+
+
+{% endmacro %}