{% macro input( id, name = '', value = '', type = "text", attributes = [] ) %}
{% if name == '' %}
{% set id = name %}
{% endif %}
{% endmacro %}
{% macro button( id, name = '', value = '', type = "text", attributes = [] ) %}
{% if name == '' %}
{% set id = name %}
{% endif %}
{% endmacro %}