From ebecb9c410f1e8f3fcc0e9d17d4b4be715d5ae57 Mon Sep 17 00:00:00 2001 From: Silvano Sallese Date: Mon, 10 Aug 2020 15:16:48 +0200 Subject: instructions update --- templates/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 384f103..bc7d358 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,4 +1,5 @@ {% import "macros.html" as macros %} +{% import "content.html" as content %} @@ -10,11 +11,11 @@ {{ macros::header() }}
- {{ macros::about() }} + {{ content::about() }}
- {{ macros::projects() }} + {{ content::projects() }}
{% block content %} -- cgit v1.2.3