<cfoutput>#layout.head('Home')#</cfoutput>
<cfoutput>#layout.body()#</cfoutput>

<h1>Demonstration Site</h1>

<p>Feel free to add, update or delete data as you see fit. Keep in mind that the data will be reloaded every few hours - erasing any changes.</p>

<h2>Developers</h2>

<p>This is a demonstration site which shows DataMgr, Layout Components, and sebtags in use. Note that you can view the CFML source for the relevant files at the bottom of each page.</p>

<ul>
	<li><a href="datamgr/">DataMgr</a>: examples of DataMgr functionality</li>
	<li><a href="events/">Events</a>: an example implementation of DataMgr</li>
</ul>

<h2>Users</h2>

<p>This site is an example administrative area. View the following areas to see how the administrative area for your site might work:</p>

<ul>
	<li><a href="events/">Events</a>: An example of manage events for a calendar</li>
</ul>

<cfoutput>#layout.end()#</cfoutput>
<!--- <p>This demonstration site is used to demonstrate and test both sebtags and DataMgr.</p> --->