<?php
require_once('includes/autoload.php');
$container->setTitle('About');
$container->setCurrentPage('about.php');
$container->render('about.php');