mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2025-01-19 03:27:23 +08:00
7 lines
139 B
Twig
Executable File
7 lines
139 B
Twig
Executable File
<textarea
|
|
class="form-control"
|
|
rows="{{ rows }}"
|
|
name="{{ id }}"
|
|
{{ disabled ? 'disabled=disabled' : '' }}
|
|
>{{ value }}</textarea>
|