...

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

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

     1empty single line comment
     2{# #}
     3filled single line comment
     4{# testing single line comment #}
     5filled multilines comment
     6{# 
     7  testing single line comment
     8#}
     9filled single line comment with valid tags
    10{# testing single line comment {% if thing %}{% endif %} #}
    11filled single line comment with invalid tags
    12{# testing single line comment {% if thing %} #}
    13filled single line comment with invalid syntax
    14{# testing single line comment {% if thing('') %}wow{% endif %} #}
    15end of file

View as plain text