DEBSOURCES
Skip Quicknav
sources / netbeans / 8.1%2Bdfsg3-2 / php.latte / test / unit / data / testfiles / indent / testIfElseBlock.latte.formatted
123456789
<div n:foreach="$foo as $bar"> <div> {if true} {$var} {else} {$foo} {/if} </div> </div>