{% extends "base.html" %}
{% block announce %}
{%- if config.extra.pre_release -%}
You are currently viewing pre-release documentation. This may contain features that have not yet been packaged. For the most accurate information, please access the release version.
{%- endif -%}
{% endblock %}
{% block outdated %}
You are currently viewing outdated documentation. For the most up-to-date information, please refer to the latest release.
{% endblock %}