{% macro button(label, href='#', size='normal', color='primary', waves='waves-effect', icon=None, classes='') %} {% if icon %} {{ icon }} {% endif %} {{ label }} {% endmacro %}