Sign in
apache
/
netbeans
/
refs/heads/release125
/
.
/
php
/
php.latte
/
test
/
unit
/
data
/
testfiles
/
indent
/
testSimpleIfBlock.latte
blob: 8050ae31f36f083699276ed2fd510375189ab387 [
file
] [
log
] [
blame
]
<div
n:foreach
=
"$foo as $bar"
>
<div>
{if true}
{$var}
{/if}
</div>
</div>