/views/layout.cfm

http://cfwheels.googlecode.com/ · ColdFusion · 6 lines · 5 code · 0 blank · 1 comment · 0 complexity · 6e43dc49ff92d73c70fd0a5b7519161b MD5 · raw file

  1. <!--- Place HTML here that should be used as the default layout of your application --->
  2. <html>
  3. <body>
  4. <cfoutput>#includeContent()#</cfoutput>
  5. </body>
  6. </html>