{# Macro for creating standardized buttons #} {%- macro a_button(btn_cls, url, label) %}  {{ label }} {%- endmacro %} {%- macro create_a(url, label) %} {{ a_button('primary', url, label) }} {%- endmacro %}