diff options
Diffstat (limited to 'project/templates/index.xhtml')
-rw-r--r-- | project/templates/index.xhtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/project/templates/index.xhtml b/project/templates/index.xhtml index 09bc559..ef76465 100644 --- a/project/templates/index.xhtml +++ b/project/templates/index.xhtml @@ -7,6 +7,10 @@ +{%- block footer -%}{{ plain_footer ("index.xhtml") }}{%- endblock -%} + + + {%- block style %} <link href="/css/index.css" rel="stylesheet" /> {% endblock -%} |