Root/
1 2 3 4 5 6 | {extends 'tpl-base.html'} {block blockname3}toto{/block} {block block2}toto {if $titi} toto 2 {/if} Template base "Bye bye block2" here:{superblock}{/block} |
1 2 3 4 5 6 | {extends 'tpl-base.html'} {block blockname3}toto{/block} {block block2}toto {if $titi} toto 2 {/if} Template base "Bye bye block2" here:{superblock}{/block} |