-
- {{ name }}
-
- {% block description %}
- {{ description }}
- {% endblock %}
-
+ {% block main_content %}
+
+
+ {{ name }}
+
+ {% block description %}
+ {{ description }}
+ {% endblock %}
+
- {% if paginator %}
-
- {% endif %}
+ {% if paginator %}
+
+ {% endif %}
-
-
+ {{ request.method }} {{ request.get_full_path }}-
+
- {{ request.method }} {{ request.get_full_path }}+
-
+ {% endblock %}
{% endautoescape %}
+ {{ content|urlize_quoted_links }}