...

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

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

     1{% spaceless %}
     2<div id="content">
     3    <p>
     4        This is a test! Mail me at
     5
     6             <a href="mailto:mail@example.tld">
     7                mail@example.tld
     8             </a>
     9    </p>
    10
    11    <p>
    12
    13            Yep!
    14
    15    </p>
    16
    17</div>
    18{% endspaceless %}

View as plain text