Making BSTemplate follow OOP instead of just being a metaclass/object. Updating the...
[isso.git] / UnitTest / templates / fetch.if.nested.test.tpl
1 this <% if ($c == $d): %>foo <% if ($e == $f): %>e<% else: %>f<% endif; %><% else: %>moo <% if ($g == $h): %>g<% else: %>h<% endif; %><% endif; %> rules!