...

Text file src/github.com/noirbizarre/gonja/ext/django/testData/tests/defined.tpl

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

     1{{ not_found is defined }}
     2{{ not_found is not defined }}
     3{{ simple is defined }}
     4{{ simple is not defined }}
     5{{ simple.str is defined }}
     6{{ simple.str is not defined }}
     7{{ simple.missing is defined }}
     8{{ simple.missing is not defined }}

View as plain text