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

2 lines
82 B
HTML

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