{% extends "!footer.html" %} {% block contentinfo %}
{%- if show_copyright %} © Copyright {{ copyright }}. {%- endif %} {%- if last_updated %} Last generated on {{ last_updated }}. {%- endif -%}
{%- set git_last_updated, sha1 = pagename | git_info | default((None, None), true) %} {%- if git_last_updated %}Help us keep our technical documentation accurate and up-to-date!
The human-authored contents on this page was last updated on {{ git_last_updated }}.
If you find any errors on this page, outdated information, or have any other suggestion for improving its contents, please consider opening an issue.