djLint/tests/source_django/error_extends.html

3 lines
85 B
HTML
Raw Normal View History

2021-12-14 08:57:37 +00:00
{% extends "./../two.html" %}
{% block content %}{{ block.super }} one{% endblock %}