{% extends "!page.html" %} {% block body %} {% if current_version and latest_version and current_version != latest_version %}
You're reading the documentation of the {{current_version.name}}. For the latest released version, please have a look at {{latest_version.name}}.
{% endif %} {{ super() }} {% endblock %}%