{#-
This file overrides the default Material for MkDocs content partial
to move page tags from the top of the article to the bottom.
-#}
{% include "partials/actions.html" %}
{% if "\u003ch1" not in page.content %}
{{ page.title | d(config.site_name, true)}}
{% endif %}
{{ page.content }}
{#- Relocate tags to the bottom of the content area -#}
{% include "partials/tags.html" %}
{% include "partials/source-file.html" %}
{% include "partials/feedback.html" %}
{% include "partials/comments.html" %}