<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
    <head>

        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> 

        <title><?php echo $__env->yieldContent('title'); ?></title>
        <meta name="description" content="<?php echo $__env->yieldContent('description'); ?>">
        <meta name="keywords" content="<?php echo $__env->yieldContent('keywords'); ?>">

        <?php if (App::environment() == 'prod'): ?>
            <meta name="robots" content="index, follow">
        <?php else: ?>
            <meta name="robots" content="noindex, nofollow">
        <?php endif; ?>

        <?php if (App::environment() == 'dev'): ?>

            <?php echo HTML::style('styles/vendor/normalize.min.css'); ?>
            <?php echo HTML::style('styles/vendor/foundation.min.css'); ?>
            <?php echo HTML::style('styles/vendor/video-js.min.css'); ?>
            
            <?php echo HTML::style('styles/app/fonts.css'); ?>
            <?php echo HTML::style('styles/app/main.css'); ?>

        <?php else: ?>
            <?php echo HTML::style('styles/vendor.min.css?140206'); ?>
            <?php echo HTML::style('styles/app.min.css?140206'); ?>
        <?php endif; ?>

        <?php echo HTML::script('scripts/vendor/modernizr-2.6.2-respond-1.1.0.min.js'); ?>

    </head>
    <body>

        <?php if (App::environment() == 'dev'): ?>
            <div style="position:fixed;z-index:9999;top:0;left:0;font-weight:bold;background-color:red;color:#fff;padding:2px 6px;">DEV</div>
        <?php endif; ?>

        <div id="loader">
            <script>
            document.getElementById('loader').style.display = 'block';
            </script>
        </div>