From 98b3e864c7595d15c24b05cc0e2bd29f87a13a09 Mon Sep 17 00:00:00 2001 From: eqkter Date: Fri, 18 Aug 2023 22:32:12 +0200 Subject: Initial commit --- templates/projects.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/projects.html (limited to 'templates/projects.html') diff --git a/templates/projects.html b/templates/projects.html new file mode 100644 index 0000000..6e7d799 --- /dev/null +++ b/templates/projects.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} + +{% block content %} +

+ {{ section.title }} +

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