{% macro FormControl(label=None) -%}
{% if label %}{{label}}{% else %} {% endif %}
{{ caller() }}
{%- endmacro %}