From 29e11a34c1ebe2335398912bcc9643f5afc1288a Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 19 Jul 2026 12:09:07 +1200 Subject: Finish projects page! --- templates/project.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'templates/project.html') diff --git a/templates/project.html b/templates/project.html index 4653d1c..f2b73e1 100644 --- a/templates/project.html +++ b/templates/project.html @@ -1,10 +1,20 @@ {% extends "base.html" %} {% block content %} -

{{ section.title }}

- + + {% endblock content %} -- cgit v1.2.3