{% extends "base.html" %}
{#
Override inbuilt blocks (e.g. 'outdated') to provide custom content.
See https://squidfunk.github.io/mkdocs-material/customization/#overriding-blocks
#}
{% block outdated %}
{#
Add a warning when viewing versioned page which isn't the latest.
See https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/#version-warning
#}
You're not viewing the latest version.
Click here to view latest.
{% endblock %}