Minor style changes
[castle.git] / MonoRail / TestSiteNVelocity / views / UsingComponent2 / ComponentAndParams1.vm
blob7527f738b48f857f8d7df85e4933e01ef01858e0
1 #set($intVal = 2)\r
2 #set($strVal = "hello")\r
3 #set($dict = "%{x='1'}")\r
4 #blockcomponent(ComponentAndParams with "strParamLiteral=Something" "strParam=$strVal" "intParamLiteral=1" "intParam=$intVal" "dictParam=$dict")\r
5 Something\r
6 #end