djLint/tests/source_django/textarea.html

3 lines
145 B
HTML
Raw Normal View History

2021-12-14 08:57:37 +00:00
<textarea name="{{ widget.name }}"{% include "django/forms/widgets/attrs.html" %}>
{% if widget.value %}{{ widget.value }}{% endif %}</textarea>