7 lines
150 B
HTML
7 lines
150 B
HTML
<button
|
|
{% if not content.id is none %}
|
|
id="{{ content.id }}"
|
|
{% endif %}
|
|
name="{{ content.name }}"
|
|
>{{ content.label }}</button>
|