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

{{ title }}

{% if description %}

{{ description }}

{% endif %}
{% if button_text and button_url %}
{% if button_url == "#" %} {% else %} {% endif %}
{% endif %}
{% endmacro %}