<?php

// * ---------------------------------------------------------------------------    
// 
//       __ __  __
//     /  /   /   /     __/__/__
//     \ /   /   /  __   /  /  __  (/__
//      /   /   / /  /  /  /  /__) /  /
//     /   /   / (__/__/_ /__/____/  /_/
//             \
//               SOLUTIONS
// 
// 
//    =Outer Template - Page
//
//    The template used for standard WordPress pages
//
// ---------------------------------------------------------------------------- */


	// ------------------------------------------------
	//	Hero
	// ------------------------------------------------
	new Mttr_Component_Hero_Vanilla( 'mttr_header', 20 );


	// ------------------------------------------------
	//	Output the posts (or no content)
	// ------------------------------------------------
	new Mttr_Component_Flexible_Content( 'mttr_content', 10 );

	// Output the elements
	matter_kit();