{{> organisms-header }}
<main role="main">

		<div class="l-container">
			{{#if page.title }}
			{{> molecules-page-header }}
			{{/if}}

			{{#if hero }}
			{{#with hero }}
			{{> molecules-hero }}
			{{/with }}
			{{/if}}

			{{# stackedBlockSection }}
			{{> organisms-stacked-block-list }}
			{{/ stackedBlockSection }}

			{{> molecules-pagination}}

		</div><!--end .l-main-->

	</div><!--end .l-two-col-->
</main>
{{> organisms-footer }}
