{% extends "!base.html" %}
{% block outdated %}
{% if docs_version_kind == "pull-request" %}
{% include ".icons/material/source-merge.svg" %}
This page was created from a pull request build
See the
build's detail page
or pull request
#{{ docs_pr_number|e }}
for more information.
{% else %}
Switch to latest version
{% endif %}
{% endblock %}