djLint/tests/source_django/test_extends_block_error.html

5 lines
121 B
HTML
Raw Normal View History

2021-12-14 08:57:37 +00:00
{% extends "test_extends_block_error_parent.html" %}
{% block content %}
{% include "missing.html" %}
{% endblock %}