aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/base-jinja/templates/base_footer.tmpl
blob: 2e541a607552f2b982fe3611c23c55220e188450 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{#  -*- coding: utf-8 -*- #}
{% import 'base_helper.tmpl' as base with context %}

{% macro html_footer() %}
    {% if content_footer %}
        <footer id="footer">
            <p>{{ content_footer }}</p>
            {{ template_hooks['page_footer']() }}
        </footer>
    {% endif %}
{% endmacro %}