<?php
    include './includes/common.php';
    @header('Content-Type: text/html; charset=UTF-8');
    $loadfile = \lib\Template::load();
    include $loadfile;
?>