<?php
echo $tpl->render(array(
	'page' => 'not-started',
	'title' => 'See you soon!',
));