aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/base/templates/base_footer.tmpl
blob: 9a1c00fc4b1a83c54acbca598b3df321c429d38a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
## -*- coding: utf-8 -*-
<%namespace name="base" file="base_helper.tmpl" import="*"/>

<%def name="html_footer()">
    %if content_footer:
        <footer id="footer" role="contentinfo">
            <p>${content_footer}</p>
            ${template_hooks['page_footer']()}
        </footer>
    %endif
</%def>