<!doctype html>
<html lang="">

<head>

    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <link href="/css/global.min.css" />

</head>

<body class="u-bgc--body" dir="ltr">

    <header role="banner" class="s-header">

        <div class="container grid grid--middle">
            <div>
                <div class="p-logo" itemscope itemtype="http://schema.org/Organization">

                    <a class="p-logo-link p-logo-img" itemprop="url" href="/" title="Return to the siteName home page">
                        <span class="sr-only">siteName</span>
                    </a>

                </div>
            </div>
            <div>
                <nav aria-label="primary-navigation">
                    <ul class="nav grid m-off u-ta-center u-tt-uppercase">
                        <li><a href="">Work</a></li>
                        <li><a href="">Clients</a></li>
                        <li><a href="">Jobs</a></li>
                        <li><a href="">Contact</a></li>
                    </ul>
                </nav>
            </div>
        </div>

    </header>

    <main class="section">
    </main>

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
    <script src="/static/js/global.min.js"></script>

</body>

</html>
{# Extends #}
{% extends '_layouts/base' %}

{# Site Variables #}

{# END: Site Variables #}

{# Set the `bodyClass` variable to the entry's section handle if there is one,
   or the first URI segment (this is used by the parent template)
#}

{% if bodyClass is not defined %}
  {% set bodyClass = entry is defined ? entry.section.handle : craft.request.firstSegment %}
{% endif %}

{% block body %}

  {% include '_partials/_header' %}

  <main class="section">
    {% block content %}{% endblock %}
  </main>

{% endblock %}
{
  "siteName": "siteName",
  "siteUrl": "/"
}

There are no notes for this item.