jinja check if variable is none

Solutions on MaxInterview for jinja check if variable is none by the best coders in the world

showing results for - "jinja check if variable is none"
Simone
30 Mar 2017
1{% if p is none %}   
2    <!--None-->
3{% else %}
4    <!--Not None-->
5{%endif %}
6
similar questions
queries leading to this page
jinja check if variable is none