{# Here is the macro which I would import from another file preferably #}
{% macro my_macro(car) %}
{{ make_url(car) }}
{% endmacro %}

{# Here is the call to the macro. #}
{% set car="hello" %}
{{ my_macro(car) }}

{# Will this work in jinja2? #}

Add a code snippet to your website: www.paste.org