{% include 'meta.html' %}
{% include 'header.html' %}
{% set locale = bag('alternatives', this.alt) %}
{% block body %} {{ this.body }} {% endblock %}
  • {{ _("Back to previous page: ") }}{{ this.parent.title }} - {{ _("Edit this page") }}
{% if this.section == "Download" %} {% include 'footer-min.html' %} {% else %} {% include 'footer.html' %} {% endif %}