{% extends 'base.html' %} {% block title %}{{ title }}{% endblock %} {% block class %}page {% if change %}show-warning{% endif %}{% endblock %} {% block content %} {% if change %}
×
Save the link to edit this page
{% endif %} {{ contents }} {% endblock %} {% block script %} {% endblock %}