Hi,
I never did anything with Jinja before, now I want to create my first template.
Is there an easy way to test my template locally?
Like on the command line with the variable as options?
i.e.
# jinja-test mytemplate.js special=yes proxy=foo
# cat mytemplate.js
proxy={{ proxy }}
{% if special=yes %}
bla bla
{% endif %}
Marc