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

2 lines
84 B
HTML

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