From 8e824d37627b5e874469301755ca5593a4580ff6 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 2 Aug 2025 22:16:39 +0530 Subject: site: abstract into class groups --- templates/base.html | 4 +++- templates/project.html | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 3adfd82..4f25c81 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,9 @@ - {{ content "title" }} | COMPROMYSE + + + {{ putpage title }} | COMPROMYSE diff --git a/templates/project.html b/templates/project.html index b7ca220..3be9125 100644 --- a/templates/project.html +++ b/templates/project.html @@ -5,6 +5,8 @@ + + {{ putpage name }} | COMPROMYSE @@ -30,7 +32,7 @@
-
+

{{ putpage name }}

{{ putpage description }}

@@ -40,7 +42,7 @@ {{ putpage linklabel }}
-
+
{{ body }}
-- cgit v1.2.3