From fcc121911fd06030320b8401bfae58f181490b55 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 2 Aug 2025 08:39:40 +0530 Subject: tailwind: prose --- templates/base.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 0451020..2586041 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,6 +10,16 @@ - {{ body }} +
+ + {{ include "navbar.html" }} + +
+ {{ body }} +
+ + {{ include "footer.html" }} + +
-- cgit v1.2.3