<?php
$title = 'Testimonials - Wizdom Networks';
$content = <<<HTML
<h1>Testimonials</h1><p>Here's what our clients have to say about us.</p>
HTML;
$this->render('layouts/main', $data);