{%- block footer -%}
{% if theme_footer_links %} {% endif %} {%- if show_copyright %}
{%- if hasdoc('Copyright') %} © Copyright {{ copyright }} {%- elif hasdoc('copyright') %} © Copyright {{ copyright }} {%- else %} © Copyright {{ copyright }} {%- endif %}
{%- endif %} {%- if last_updated or show_sphinx %}
{%- if last_updated %} Last updated: {{ last_updated|e }} {%- endif %} {%- if show_sphinx %} Created using Sphinx Wagtail Theme {{ theme_version|e }} and Sphinx {{ sphinx_version }} {%- endif %}
{%- endif %}
{%- endblock %}