mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-20 19:01:52 +00:00
5 lines
121 B
HTML
5 lines
121 B
HTML
|
|
{% extends "test_extends_block_error_parent.html" %}
|
||
|
|
{% block content %}
|
||
|
|
{% include "missing.html" %}
|
||
|
|
{% endblock %}
|