{% macro header(title, description="", button_text="", button_url="", icon="fa-folder", button_class="", button_icon="fa-plus", button_style="", buttons=None) %}

{{ title }}

{% if description %}

{{ description }}

{% endif %}
{% if buttons %} {% for button in buttons %} {% if button.url == "#" %} {% else %} {% endif %} {% endfor %} {% elif button_text and button_url %} {% if button_url == "#" %} {% else %} {% endif %} {% endif %}
{% endmacro %}