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

2 lines
145 B
HTML

<textarea name="{{ widget.name }}"{% include "django/forms/widgets/attrs.html" %}>
{% if widget.value %}{{ widget.value }}{% endif %}</textarea>