Minor style changes
[castle.git] / MonoRail / TestSiteARSupport / Views / Layouts / default.vm
blobdb2d7db9d4a68772c2fe1487ba0e699c36bf0b76
1 <html>\r
2 <head>\r
3 $Ajax.InstallScripts()\r
4 $Scriptaculous.InstallScripts()\r
5 $Form.InstallScripts()\r
6 </head>\r
7 \r
8 <body>\r
9 \r
10 ${childContent}\r
12 </body>\r
14 </html>