[Flask] alternatives for comparison operators in Jinja2?

Corey Boyle coreybrett at gmail.com
Thu Apr 21 09:57:16 EDT 2016


Thanks, I'm using Geany at the moment. I will look into that.

On Thu, Apr 21, 2016 at 9:49 AM, Brijesh Bittu <brijeshb42 at gmail.com> wrote:
> You just need to install jinja highlight plugin for your text editor and
> nothing else.
> For ex, for sublime, the plugin is here
> https://packagecontrol.io/packages/Jinja2
>
> On Thu, Apr 21, 2016 at 7:13 PM, Corey Boyle <coreybrett at gmail.com> wrote:
>>
>> Does anyone know if there are alternatives for the documented
>> comparison operators in Jinja2?
>>
>> I have an if statement in my template where I need to use the "<"
>> symbol, but that messes with the syntax highlighting in my editor
>> because it thinks I am starting an html tag.
>> _______________________________________________
>> Flask mailing list
>> Flask at python.org
>> https://mail.python.org/mailman/listinfo/flask
>
>


More information about the Flask mailing list