{% extends 'base.html' %} {% macro ref(ref) %} {{ ref }}
{% endmacro %} {% block body %}

head: The latest version

You can always access to the latest version using the following special ref head:

{{- url_for('docs', ref='head', _external=True) }}

The current latest version is:

{{ ref(head) }}

The older versions

{% endblock %}