...

Text file src/github.com/noirbizarre/gonja/ext/django/testData/statements/firstof.tpl

Documentation: github.com/noirbizarre/gonja/ext/django/testData/statements

     1{% firstof doesnotexist 42 %}
     2{% firstof doesnotexist "<script>alert('xss');</script>" %}
     3{% firstof doesnotexist "<script>alert('xss');</script>"|safe %}
     4{% firstof doesnotexist simple.uint 42 %}
     5{% firstof doesnotexist "test" simple.number 42 %}
     6{% firstof %}
     7{% firstof "test" "test2" %}

View as plain text