{% macro switch( id="", form_obj=None, label_left="", label_right="", value=None, size="", name="", onclickval=None, data={}) %}
{{ label_left }} {{ label_right }}
{% endmacro %} {% macro button( text, id=None, class=None, data={}, icon=None, float="right", href=None, target_blank=None )%} {% if icon %} {{icon}} {% endif %} {{text}} {% endmacro %} {% macro input( id=None, label=None, name="", form_obj=None, val="", size="s6", class="", col_class="", col_id="", icon=None, spacer_icon=False, required='', helper=None, col_style=None )%}
{% if spacer_icon == True %} home {% endif %} {% if icon %} {{icon}} {% endif %} {% if form_obj %} {% if required == "required" %} {{ form_obj(id=id, value=val, class="validate " + class, required=required) }} {% else %} {{ form_obj(id=id, value=val, class="validate " + class) }} {% endif %} {% else %} 0 %}value="{{val}}"{% endif %} class="validate {{class}}" {{required}}> {% endif %} {% if label %} {% endif %} {% if helper %} {{helper}} {% endif %}
{% endmacro %} {% macro preload_circle() %}
{% endmacro %} {% macro select( id='', form_obj=None, size="s12", label=None, class='' ) %}
{{ form_obj(id=id, class=class, placeholder="Tags") }} {% if label %} {% endif %}
{% endmacro %} {% macro DMLogo(size="64px", style="", class="") %} {% endmacro %} {% macro SidenavToggle() %}

{% endmacro %} {% macro ActionBar(tags, location) %}
search {% if tags|length > 1 %} unfold_less tune {% endif %}
{% endmacro %}