<?php
  include("header.php");
  // page content
  include("footer.php");
?>