djLint/tests/source_django/two.html

3 lines
84 B
HTML
Raw Normal View History

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