aboutsummaryrefslogtreecommitdiff
path: root/view/not-started.php
blob: c132a76a77491dfa6dbbc8bf2cfb4c7321d7a256 (plain)
1
2
3
4
5
<?php
echo $tpl->render(array(
	'page' => 'not-started',
	'title' => 'See you soon!',
));