{{> header }}

	<p>This is the main layout</p>
  <h1>{{ title }}</h1>

	<p>
  {{{ content }}}
	</p>

  <p>{{ global }}</p>

{{> footer }}
