...

Text file src/github.com/noirbizarre/gonja/testData/functions/lipsum.tpl

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

     1-----
     2{{ lipsum(html=False) }}
     3-----
     4{{ lipsum(10, html=False) }}
     5-----
     6{{ lipsum(3) }}
     7-----
     8{{ lipsum(n=5, html=True, min=20, max=100) }}
     9-----

View as plain text