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