The Mura Scope
The Mura Scope is a fast and simple syntax for accessing data within Mura CMS. The Mura Scope is available as either "$" or "mura".
Here are a couple of examples using the Mura Scope to access the current page's Title attribute:
<!-- In .CFM templates: --> #$.content('title')# <!-- Within content using the [mura] tag: --> [mura]$.content('title')[/mura]
For more information on the Mura Scope, see http://www.getmura.com/index.cfm/blog/introducing-the-mura-scope