{% extends "!page.html" %} {% block body %} {% if current_version and latest_version and current_version != latest_version %}

You are reading the documentation for {% if current_version.name == 'main' %} the main branch, which may contain unreleased changes. {% else %} {{current_version.name}}, an older version. {% endif %} The most recent release is {{latest_version.name}}.

{% endif %} {{ super() }} {% endblock %}%