blob: 7e44c752b5a738866cb9511dddfcbabbb5330b9f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
## -*- coding: utf-8 -*-
<%def name="html_footer()">
%if content_footer:
<footer id="footer">
<p>${content_footer}</p>
${template_hooks['page_footer']()}
</footer>
%endif
</%def>
|