/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
- <cfoutput>
- start:defaultlayout
- #includeContent()#
- <cfif structKeyExists(variables, "variableForLayout")>
- #variableForLayout#
- </cfif>
- end:defaultlayout
- </cfoutput>