<?php
$title = "El Equipo";
include("templates/header.html.php");
?>
<h1><?= $title ?></h1>
include("templates/footer.html.php");