From ee510ff529df49bf9d9c5e4d86f99032bb81162b Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Fri, 17 Jul 2026 22:56:41 +1200 Subject: Create a fastfetch, fill in the homepage, add placeholder projects section, create assets/images --- templates/project.html | 10 ++++++++++ 1 file changed, 10 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..4653d1c --- /dev/null +++ b/templates/project.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} + +{% block content %} +

{{ section.title }}

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