From e4149f7c536199575a1e6b2b8b54eec1c3c1160c Mon Sep 17 00:00:00 2001 From: horus Date: Wed, 24 Feb 2021 15:09:40 +0100 Subject: initial commit --- views/projects.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 views/projects.html (limited to 'views/projects.html') diff --git a/views/projects.html b/views/projects.html new file mode 100644 index 0000000..59ccf7b --- /dev/null +++ b/views/projects.html @@ -0,0 +1,26 @@ +{% extends "snippets/layout.html" %} + +{% block title "projects | iamfabulous.de" %} +{% block main %} + +
+ +

My Projects

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