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/project.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/project.html (limited to 'templates/project.html') diff --git a/templates/project.html b/templates/project.html new file mode 100644 index 0000000..02dd526 --- /dev/null +++ b/templates/project.html @@ -0,0 +1,25 @@ + + + + + + + {{ content "title" }} | COMPROMYSE + + + + + +
+ + {{ include "navbar.html" }} + +
+ {{ body }} +
+ + {{ include "footer.html" }} + +
+ + -- cgit v1.2.3