...

Text file src/github.com/noirbizarre/gonja/testData/statements/includes.tpl

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

     1Start '{% include "includes.helper" %}' End
     2Start '{% include "includes.helper" ignore missing %}' End
     3{% with number=7, what_am_i="guest" -%}
     4Start '{% include simple.included_file|lower %}' End
     5{%- endwith %}
     6Start '{% include "includes.helper.not_exists" ignore missing %}' End
     7{% with number=7, what_am_i="guest" -%}
     8Start '{% include simple.included_file_not_exists ignore missing %}' End
     9{%- endwith %}

View as plain text