{{#extend "layouts/layout"}}
	{{#content "header"}}
		{{#with props}}
			{{> "demo/modules/skiplinks/skiplinks" modules.skiplinks}}
		{{/with}}
	{{/content}}

	{{#content "content"}}
		{{#with props}}
			<h2>{{title}}</h2>

			<p>{{text}}</p>

			<hr>

			{{> "demo/modules/teasers/teasers" modules.teasers}}
		{{/with}}
	{{/content}}
{{/extend}}
