From a23a1609de4c063a823671fb7079b7d2deb0675e Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 2 Aug 2025 10:35:20 +0530 Subject: projects: hydrate pages with README and add page structure --- templates/project.html | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/project.html b/templates/project.html index 02dd526..77950d2 100644 --- a/templates/project.html +++ b/templates/project.html @@ -4,7 +4,7 @@ - {{ content "title" }} | COMPROMYSE + {{ putpage name }} | COMPROMYSE @@ -14,10 +14,23 @@ {{ include "navbar.html" }} -
- {{ body }} -
+
+ +
+

{{ putpage name }}

+
+

{{ putpage description }}

+
{{ putpage languages }}
+
+ + {{ putpage linklabel }} +
+
+ {{ body }} +
+ +
{{ include "footer.html" }} -- cgit v1.2.3