{% macro topbar(class="" , data_options='') %}
{% endmacro %} {% macro sidenav(title="") %} {% endmacro %} {% macro subnav(title="") %} {% endmacro %} {% macro iconbar(number="five", vertical=False, type="icon", icons=[], labels=[]) %}
{{ caller() }} {% for icon in icons %} {% if type == "img" %} {% set filename = "img/svgs/" + icon + ".svg" %} {% elif type == "icon" %} {% endif %} {% endfor %}
{% endmacro %} {% macro offcanvas() %}
{{ caller() }}
{% endmacro %}