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