<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script>
(function(html) {
html.className = html.className.replace(/\bno-js\b/, 'js')
})(document.documentElement);
</script>
<script src="../../scripts/pinecone.umd.js"></script>
<script src="../../scripts/pinecone.js" defer></script>
<link rel="stylesheet" href="../../styles/pinecone.css">
<link rel="apple-touch-icon" sizes="180x180" href="../../images/apple-touch-icon.png">
<link rel="icon" href="../../images/favicon.png">
<title> | Pinecone</title>
</head>
<body>
<header role="banner">
<div class="container">
</div>
</header>
<div class="wrap container" role="document">
<div class="content">
<main>
</main>
</div>
</div>
</body>
</html>
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script>
<script src="{{ '/scripts/pinecone.umd.js' | path }}"></script>
<script src="{{ '/scripts/pinecone.js' | path }}" defer></script>
<link rel="stylesheet" href="{{ '/styles/pinecone.css' | path }}">
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/images/apple-touch-icon.png' | path }}">
<link rel="icon" href="{{ '/images/favicon.png' | path }}" >
<title>{{ _target.title }} | Pinecone</title>
</head>
<body{% if _target.context.bodyClass %} class="{{ _target.context.bodyClass }}"{% endif %}>
<header role="banner">
<div class="container">
{% if _target.context.inBanner %}{{ yield | safe }}{% endif %}
{% if _target.context.hasMenu %}
{% if _target.title === 'Home: Default' %}
{% render '@menu', {modifier: 'home'}, true %}
{% else %}
{% render '@menu' %}
{% endif %}
{% endif %}
</div>
</header>
<div class="wrap container" role="document">
<div class="content">
<main>
{% if not _target.context.inBanner and not _target.context.inFooter %}{{ yield | safe }}{% endif %}
</main>
{% if _target.context.hasSidebar %}
<aside class="sidebar">
</aside>
{% endif %}
</div>
</div>
{% if _target.context.hasFooter %}
<footer class="content-info">
<div class="container">{% if _target.context.inFooter %}{{ yield | safe }}{% else %}{% render '@footer' %}{% endif %}</div>
</footer>
{% endif %}
</body>
</html>
/* No context defined for this component. */
There are no notes for this item.