djLint/tests/source_django/label.html

6 lines
127 B
HTML
Raw Normal View History

2021-12-14 08:57:37 +00:00
{% if use_tag %}
<label {% include 'django/forms/attrs.html' %}>{{ label }}</label>
{% else %}
{{ label }}
{% endif %}