Removed untyped contructor from ComponentRegistration and add a protected setter.
[castle.git] / Experiments / IronPythonViewEngine / Castle.MonoRail.Views.IronView.Tests / ViewsToTest / simpleblocks.py
blobcf079b8a18dbd473ca1ddfa5ca393ae9ba72742f
1 <html>
2 <?c if something: ?>
3 Something
4 <?c else: ?>
5 Something else
6 <?c end ?>
7 </html>