djLint/tests/source_django/included_content.html
2021-12-14 09:57:37 +01:00

9 lines
189 B
HTML

{% extends "included_base.html" %}
{% block content %}
content
{{ block.super }}
{% endblock %}
{% block error_here %}
error here
{% url "nonexistent_url" %}
{% endblock %}