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

5 lines
127 B
HTML

{% if use_tag %}
<label {% include 'django/forms/attrs.html' %}>{{ label }}</label>
{% else %}
{{ label }}
{% endif %}