<button
class="btn-section blue-dark {% if class is defined %}{{ class }}{% endif %}"
{% if id is defined %}id="{{id}}"{% endif %}
{% if type is defined %}type={{type}} {% endif %}
{% if onclick is defined %}onclick={{onclick}} {% endif %}
{% if value is defined %}value="{{ value }}" {% endif %}
{% if formtarget is defined and type == 'submit'%}formtarget="{{ formtarget }}" {% endif %}
{% if formenctype is defined and type == 'submit' %}formenctype="{{ formenctype }}" {% endif %}
{% if formaction is defined and type == 'submit' %}formaction="{{ formaction }}" {% endif %}
{% if autofocus is defined %}autofocus {% endif %}
{% if disabled is defined %}disabled {% endif %}
>{{label}}</button>