diff options
| author | Silvano Sallese <silvano.sallese@gmail.com> | 2020-08-10 15:16:48 +0200 |
|---|---|---|
| committer | Silvano Sallese <silvano.sallese@gmail.com> | 2020-08-10 15:16:48 +0200 |
| commit | ebecb9c410f1e8f3fcc0e9d17d4b4be715d5ae57 (patch) | |
| tree | 01f3085c5b0ad9d575335f5804280dd972997882 /templates/index.html | |
| parent | f99ee08af6c5a499cde827a66b2134d01471b8a4 (diff) | |
instructions update
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 %} |
