<!DOCTYPE html>
<html lang="en">
    <head>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title><?php echo $__env->yieldContent('title'); ?> | Meridian Security</title>

        <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/css/bootstrap.min.css">
        <link rel="stylesheet" type="text/css" href="/css/style.css">
    </head>
    <body>
        <div class="container-fluid" >
            <div>
                <?php echo $__env->yieldContent('content'); ?>
            </div>
        </div>
        <footer class="container-fluid">
            <div class="row">
                <div class="col-md-5 col-md-offset-5 col-sm-offset-3">
                    <span>Questions? Please call: 416-900-6060</span><br>
                    <span>©2015 Meridian Security Solutions Inc.</span><br>
                    <span>All rights reserved.</span>
                </div>
            </div>
        </footer>
    </body>
</html>
