diff options
Diffstat (limited to 'project/templates/base.xhtml')
-rw-r--r-- | project/templates/base.xhtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/project/templates/base.xhtml b/project/templates/base.xhtml index 4258f12..596ff97 100644 --- a/project/templates/base.xhtml +++ b/project/templates/base.xhtml @@ -27,6 +27,10 @@ {% block content -%} {%- endblock %} </div> + <div class="footer"> +{%- block footer -%} +{%- endblock %} + </div> <hr /> </div> </body> |