<!doctype html> <!–[if IE 9]> <html class=“lt-ie10” lang=“en”> <![endif]–>

<html class="no-js" lang="en" data-useragent="Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>{{page.title}}</title>
        <meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
        <meta name="author" content="Your name goes here">
        <meta name="copyright" content="Maybe consider a Creative Commons license">
        <link rel="stylesheet" href="{{page.root}}assets/css/foundation.css">
        <link rel="stylesheet" href="{{page.root}}assets/css/font-awesome.css">
        <link rel="stylesheet" href="{{page.root}}assets/css/coderay.css">
        <link rel="stylesheet" href="{{page.root}}assets/css/asciidoctor.css">
        <script src="{{page.root}}assets/js/vendor/modernizr.js"></script>
    </head>
    <body>
        <!-- Nav Bar -->
        <nav class="top-bar" data-topbar >
            <section>
                <ul class="title-area">
                    <li class="name">
                        <h1>
                            <a href="http://docs.gaiadev.xyz"><img src="assets/images/cambio-logo.png" width="100" style="margin-right:15px;"/>Gaia Project Documentation</a>
                        </h1>
                    </li>
                </ul>
                {% if site.title != 'Gaia Project Documentation' %}
                <ul class="title-area">
                    <li class="name"><h1 style="color:#FFFFFF;font-weight:bold">></h1></li>
                </ul>
                {% if jekyll.environment != "master" and jekyll.environment != "development" %}
                <ul class="title-area">
                    <li class="name">
                        <h1>
                            <a href="..">{{site.title}}</a>
                        </h1>
                    </li>
                </ul>
                {% else %}
                <ul class="title-area">
                    <li class="name">
                        <h1>
                            <a href=".">{{site.title}}</a>
                        </h1>
                    </li>
                </ul>
                {% endif %}
                {% endif %}
                {% if jekyll.environment != "master" and jekyll.environment != "development" %}
                <ul class="title-area">
                    <li class="name"><h1 style="color:#FFFFFF;font-weight:bold">></h1></li>
                </ul>                        
                <ul class="title-area">
                    <li class="name"><h1><a href=".">{{jekyll.environment}}</a></h1></li>
                </ul>                    
                {% endif %}
            </section>
        </nav>
        <!-- End Nav -->

        <!-- Main Page Content and Sidebar -->

        <div class="row">
            {% if site.title != page.title %}
            <h2>{{page.title}}</h2>
            {% endif %}
            <!-- Main Blog Content -->
            <div class="large-12 columns" role="content">

                {{ content }}

            </div>

            <!-- End Main Content -->
        </div>

        <!-- End Main Content and Sidebar -->

        <!-- Footer -->

        <footer class="row">
            <div class="large-12 columns">
                <hr>
                <div class="row">
                    <div class="large-12 columns">
                    </div>
                </div>
            </div>
        </footer>

        <script src="{{page.root}}assets/js/vendor/jquery.js"></script>
        <script src="{{page.root}}assets/js/foundation.min.js"></script>
        <script>
            $(document).foundation();
                            var doc = document.documentElement;
                            doc.setAttribute('data-useragent', navigator.userAgent);
        </script>
    </body>
</html>