<?php
ob_start(); // Start reading html
?>
<h1>Glissefondor</h1>
$pageContent = ob_get_clean(); // Store html content in variable
$customBackgroundId = "gli_bg.jpg";
$pageTitle = "Glissefondor";
include("includes/template.php"); // Display template with variable content