{% extends "base.html" %}
{% block extrahead %}
{% endblock %}
{% block announce %}
For updates follow @dokku on
Twitter
{% endblock %}
{% block scripts %}
{{ super() }}
{% endblock %}
{% block outdated %}
You're not viewing the latest version.
Click here to go to latest.
{% endblock %}