mirror of
https://github.com/Hopiu/django.git
synced 2026-03-20 07:50:25 +00:00
11 lines
184 B
HTML
11 lines
184 B
HTML
{% extends "included_base.html" %}
|
|
|
|
{% block content %}
|
|
content
|
|
{{ block.super }}
|
|
{% endblock %}
|
|
|
|
{% block error_here %}
|
|
error here
|
|
{% url "non_existing_url" %}
|
|
{% endblock %}
|