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

4 lines
121 B
HTML

{% extends "test_extends_block_error_parent.html" %}
{% block content %}
{% include "missing.html" %}
{% endblock %}