websitepanel/WebsitePanel/Sources/WebsitePanel.Templates/Tests/cf1.txt
2011-07-13 16:07:32 -07:00

10 lines
308 B
Text

#hello.world# this is a static text and #var#
escape: ##eeff55; #test.# a <ad:if test="#var1 == 2#">
branch 1
<ad:elseif test="#method1(a, b + 3)#">
branch 3
</ad:if>
<<<ad:foreach collection="#collection is "test"#" var="cust" index="i">
#i#: #cust.lastname#, #cust.firstname#
</ad:foreach>