You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Hello every: http://jinja.pocoo.org/docs/2.9/templates/#variables In Django template language: if {{ var }} doesn't exist,it will print nothing,the jinja2's document said it will print noting default,however it print "{{ var }}"?how to change it to noting whithout chang tags "{{ var }}". ps : {{ var|default("") }} will print nothing,but it is too long . Thank you!