2013-05-30 15:25:58 +08:00
|
|
|
{% extends "included_base.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
content
|
|
|
|
{{ block.super }}
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block error_here %}
|
|
|
|
error here
|
2017-02-03 09:43:21 +08:00
|
|
|
{% url "nonexistent_url" %}
|
2013-05-30 15:25:58 +08:00
|
|
|
{% endblock %}
|