<html>
  <head>
    <title>Actcur Available Sites</title>
    <link rel="stylesheet" type="text/css" href="../css/layout.css" />
  </head>
  <body>
    <?php
      include "../includes/retrieve_data.php";
      $data = retrieve_data("../../sitedata.yml",true);
      include "../includes/layout.php";
    ?>
  </body>
</html>