...

Text file src/github.com/noirbizarre/gonja/testData/expressions/slices.tpl

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

     1{{ ['a'] + ['b'] + ['c'] }}
     2{{ ['a'] + [1] }}
     3{{ ['a'] + [['z']] }}
     4{{ simple.one_item_list + ['b'] }}

View as plain text