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