{% macro hero(title, description) %}

{{ title}}

{{ description }}

{% block script %} {% endblock %} {% endmacro %}