{% import 'components/stats_section.html' as stats_component %} {% macro hero_section(title, subtitle, icon_class="fas fa-star", stats=None, t=t) %}

{{ t(title) }}

{{ t(subtitle) }}

{% if stats %} {{ stats_component.stats_section(stats, t) }} {% endif %}
{% endmacro %}