From e6fc8b7adf14a4f3391dcc16028d8db53e108ad8 Mon Sep 17 00:00:00 2001 From: horus Date: Tue, 16 Jan 2024 10:44:35 +0100 Subject: . --- views/projects_all.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 views/projects_all.html (limited to 'views/projects_all.html') diff --git a/views/projects_all.html b/views/projects_all.html new file mode 100644 index 0000000..15b6985 --- /dev/null +++ b/views/projects_all.html @@ -0,0 +1,22 @@ +{% extends "snippets/layout.html" %} + +{% block title "projects | Maximilian Möhring" %} +{% block css %} +.main { +/* + font-size: 1.25rem; +*/ + margin-top: 4rem; +} +{% endblock %} +{% block main %} + +
+ + {% include "snippets/projects.html" %} + + {% include "snippets/things.html" with {'included': true}%} + +
+ +{% endblock %} -- cgit v1.2.3