/views/layout.cfm
http://cfwheels.googlecode.com/ · ColdFusion · 6 lines · 5 code · 0 blank · 1 comment · 0 complexity · 6e43dc49ff92d73c70fd0a5b7519161b MD5 · raw file
- <!--- Place HTML here that should be used as the default layout of your application --->
- <html>
- <body>
- <cfoutput>#includeContent()#</cfoutput>
- </body>
- </html>