pdnew/themes/default/templates/form/button/button.html

7 lines
150 B
HTML

<button
{% if not content.id is none %}
id="{{ content.id }}"
{% endif %}
name="{{ content.name }}"
>{{ content.label }}</button>