Welcome, guest! Login / Register - Why register?
[email protected] webmail now available. Want one? Go here.
You will not find us on Bing and you will get a bounce when you try registering with an outlook/hotmail/live email address here. And the irony is they spam us and we don't spam them. Not our fault. Blame the corporate bully. #microsoftdeez

Paste

N/A
Pasted as HTML by iShming ( 11 years ago )
{# 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? #}

 

Revise this Paste

Parent: 50705
Your Name: Code Language: