<!DOCTYPE html>
<html lang="<?= $this->language ?>">
<head>

    <meta charset="<?= $this->charset ?>">
    <title><?= $this->title ?> - Contao Open Source CMS</title>
    <base href="<?= $this->base ?>">
    <meta name="generator" content="Contao Open Source CMS">
    <meta name="viewport" content="width=device-width,initial-scale=1.0,shrink-to-fit=no">
    <meta name="referrer" content="origin">

    <link rel="stylesheet" href="<?= TL_ASSETS_URL ?>system/themes/<?= $this->theme ?>/fonts.css">
    <link rel="stylesheet" href="<?= TL_ASSETS_URL ?>system/themes/<?= $this->theme ?>/basic.css">
    <link rel="stylesheet" href="<?= TL_ASSETS_URL ?>system/themes/<?= $this->theme ?>/help.css">
    <?= $this->stylesheets ?>

    <script><?= $this->getLocaleString() ?></script>
    <script src="<?= TL_ASSETS_URL ?>assets/mootools/js/mootools.min.js"></script>
    <script src="<?= TL_ASSETS_URL ?>bundles/contaocore/mootao.min.js"></script>
    <script src="<?= TL_ASSETS_URL ?>bundles/contaocore/core.min.js"></script>
    <script><?= $this->getDateString() ?></script>
    <?= $this->javascripts ?>

</head>
<body class="<?= $this->ua ?> popup">

    <div id="container" class="cf">
        <div id="main">
            <?php $this->block('content'); ?>
            <?php $this->endblock(); ?>
        </div>
    </div>

</body>
</html>
