blob: 9dacea7113d3d50a63d08bc9bc628366b727e2fb [file] [log] [blame]
{% extends "!footer.html" %}
{% block contentinfo %}
<p>
{%- if show_copyright %}
&#169; Copyright {{ copyright }}.
{%- endif %}
{%- if last_updated %}
<div class="lastupdated">
Last generated: {{ last_updated }}.
{%- set git_last_updated, sha1 = pagename | git_info | default((None, None), true) %}
{%- if git_last_updated %}
Last source update: {{ git_last_updated }}.
{%- endif %}
</div>
{%- endif -%}
</p>
{% endblock %}