{% if config.copyright %}
{{ config.copyright }}
{% endif %}
{# add our acknowledgements partial immediately below the copyright statement #}
{% include "partials/acknowledgements.html" %}
{% if not config.extra.generator == false %}
Made with
IGWN Material for MkDocs
.
{% endif %}
{% if not config.extra.last_updated == false %}
Last updated {{ build_date_utc.strftime("%B %d, %Y") }}.
{% endif %}