summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
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 %}