{% extends 'base.html' %}
{% macro ref(ref) %}
{{ ref }}
{% endmacro %}
{% block body %}
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) }}