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

2 lines
85 B
HTML

{% extends "./../two.html" %}
{% block content %}{{ block.super }} one{% endblock %}