语法
{% 开始标签 %}
....
{% 结束标签%}
if标签
例:{% if ... %}
{% elif %}
{% else %}
{% endif %}
if语句支持 and 、or、==、>、<、!=、<=、>=、in、not in、is、is not判断。
</、!=、<=、>