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

7 lines
150 B
HTML
Raw Permalink Normal View History

2024-04-12 19:22:00 +00:00
<button
{% if not content.id is none %}
id="{{ content.id }}"
{% endif %}
name="{{ content.name }}"
>{{ content.label }}</button>