{# Reusable component for creating custom buttons #} {% macro PrimaryButton(text, url, icon = "") %}
{{ text }} {% if icon %} {% endif %}
{% endmacro %}