Create multi statement instructions in TWIG -


i wonder if there way of creating multi statements in twig

example: 2 separate statements ...

{% set foo:bar %} {% set baz:qux %} 

into 1 single statement

{%     set foo:bar      set baz:qux %} 

no can't. set "tag", thing after compiled token parser "tag".


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -