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

javascript - Js, document.getElementById("ID").innerHTML, error -

jquery - jqGrid update specific column data with out refreshing the entire column? -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -