jinja if or

Solutions on MaxInterview for jinja if or by the best coders in the world

showing results for - "jinja if or"
Enrico
07 Aug 2016
1{% if ( (foo == 'foo' or bar == 'bar') and 
2        (fooo == 'fooo' or baar == 'baar') ) %}
3    <li>some text</li>
4{% endif %}