{% if envvars('ENV') == 'dev' %} {% elif envvars('ENV') == 'prod' %} {% raw %}${_(strings.CAPTCHA[0])}{% endraw %} {% else %} {# if you got here, it means you didn't set the LEKTOR_ENV variable to a correct value. set it to prod/dev and try again #} {{ 0/0 }} {% endif %}
{% raw %}{% endraw %}
{% include 'support.jinja2' %}