Skip to content

Instantly share code, notes, and snippets.

@muracms
Created December 16, 2013 15:15
Show Gist options
  • Select an option

  • Save muracms/7988643 to your computer and use it in GitHub Desktop.

Select an option

Save muracms/7988643 to your computer and use it in GitHub Desktop.
{context}/{SiteID}/includes/themes/{ThemeName}/templates/components/example.cfm
<cfoutput>
<div>#$.component('body')#</div>
</cfoutput>
<!--- Use this if you want [mura] tags to render. --->
<!---
<cfoutput>
<div>#$.setDynamicContent($.component('body'))#</div>
</cfoutput>
--->
<cfoutput>
<div>
#$.setDynamicContent($.component('body'))#
</div>
</cfoutput>
<cfoutput>
<div class="meta">
#$.setDynamicContent($.component('body'))#
</div>
</cfoutput>
[mura]muraFunction()[/mura]
$.content('title')
[mura]$.dspObject('component','About This Content')[/mura]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment