/src/tests/erlydtl/docroot/with_multiple

https://code.google.com/p/zotonic/ · #! · 3 lines · 3 code · 0 blank · 0 comment · 0 complexity · 2d1f74f62dc5408fdd7440b52fdc11a7 MD5 · raw file

  1. {% with 1,2,3 as a,b,c %}
  2. {{c}}-{{a}}-{{b}}
  3. {% endwith %}