<?xml version='1.0' encoding='ISO-8859-1' standalone='yes'?>

<AjCms>
	<Page type="WikiText" cache="off">
		<Title>AJCMS - Home Page</Title>
		<Description>A home page created purely for test purposes.</Description>
		<Keywords>blank home page</Keywords>
		<Data>
			{{plugin:mainmenu}}
		</Data>
		<Data>			
			{{plugin:breadcrumb}}
			
			==Sample Home Page - Largest heading is h2, because h1 is reserved for the page title==
			===With a Subheading===
			====and another====
			=====and another=====
			======The smallest heading is h6, just like in html!======
			This is the default AJCMS home page which has been created for test purposes.
			To start with, we could just try '''bold''' and ''italic''.
			
			This is an intentional paragraph split with an [[home|internal test link to the home page]] and an 
			[http://www.ajones.co.uk external test link to ajones.co.uk].
			
			#and this is
			##an example of
			##an ordered
			#list
			
			*whereas
			**this is
			***an unordered
			*list
			
			:and this
			::is simply
			:::an indented
			:piece of
			::text
			
			Back to a normal paragraph!
		</Data>
		<Data>
			{{plugin:mainmenu}}
		</Data>
	</Page>
</AjCms>
