<?php
require_once('includes/autoload.php');
$container->setTitle('Home');
$container->setCurrentPage('index.php');
$container->render('home.php');