From f99ee08af6c5a499cde827a66b2134d01471b8a4 Mon Sep 17 00:00:00 2001 From: Silvano Sallese Date: Sun, 2 Aug 2020 18:32:13 +0200 Subject: first commit --- templates/index.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..384f103 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,28 @@ +{% import "macros.html" as macros %} + + + + + {{ macros::head() }} + + + + {{ macros::header() }} + +
+ {{ macros::about() }} +
+ +
+ {{ macros::projects() }} +
+ + {% block content %} +

+ {% endblock content %} + + + {{ macros::footer() }} + {{ macros::google_analytics() }} + + -- cgit v1.2.3