summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorSilvano Sallese <silvano.sallese@gmail.com>2020-08-10 15:16:48 +0200
committerSilvano Sallese <silvano.sallese@gmail.com>2020-08-10 15:16:48 +0200
commitebecb9c410f1e8f3fcc0e9d17d4b4be715d5ae57 (patch)
tree01f3085c5b0ad9d575335f5804280dd972997882 /templates/index.html
parentf99ee08af6c5a499cde827a66b2134d01471b8a4 (diff)
instructions update
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html5
1 files changed, 3 insertions, 2 deletions
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 %}
<!DOCTYPE html>
<html lang="en">
@@ -10,11 +11,11 @@
{{ macros::header() }}
<section id="about">
- {{ macros::about() }}
+ {{ content::about() }}
</section>
<section id="projects">
- {{ macros::projects() }}
+ {{ content::projects() }}
</section>
{% block content %}