/wheels/tests/_assets/views/layout.cfm

http://cfwheels.googlecode.com/ · ColdFusion · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 26772607348bf791e4b7afe55a37bde1 MD5 · raw file

  1. <cfoutput>
  2. start:defaultlayout
  3. #includeContent()#
  4. <cfif structKeyExists(variables, "variableForLayout")>
  5. #variableForLayout#
  6. </cfif>
  7. end:defaultlayout
  8. </cfoutput>