{% extends "base.html" %}
{% block outdated %}
{% if config.site_url.rstrip("/").endswith("/dev") %}
You're viewing the development version.
Some features may not be available in a stable release yet.
Go to the latest stable version.
{% else %}
You're not viewing the latest version.
Click here to go to latest.
{% endif %}
{% endblock %}