<?php

$title = 'Andrew Adams';

ob_start();
include  __DIR__ . '/templates/about.html.php';
$output = ob_get_clean();

include  __DIR__ . '/templates/layout.html.php';