diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 5 |
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 %} |
