{% extends "base.html" %} {% load url from future %} {% load cms_tags %} {% block content %}

Sample application page - on page {% page_attribute page_title %}

{{ message }}

{{ opts }}

{{ block.super }} {% if app %}{% url 'namespaced_app_ns:extra_first' %}{% else %}{% url 'extra_first' %}{% endif %} {% if app %}{% url 'namespaced_app_ns:extra_second' %}{% else %}{% url 'extra_second' %}{% endif %} {% endblock content %}