{% macro select( id, name='', attributes = [], options = [] ) %} {% if name == '' %} {% set name = id %} {% endif %} {% endmacro %}