<div class=“debug debug-themes__jmblog__theme__error”> <!DOCTYPE html> <html>

<head>
  {% include themes/jmblog-theme/components/head.html %}
</head>
<body id="jmoxon">
  {% include themes/jmblog-theme/components/analytics/googletagmanager_body.html %}
<!-- Header section -->
<main>
  <section class="hero is-fullheight is-bold">
    <div class="hero-body">
      <div class="has-text-centered container">

        <!-- Header intro -->
        <div class="is-horizontal-center is-flex">
          <figure class="image is-128x128">
            <img class="is-rounded" src="{{page.peep-image}}?nf_resize=smartcrop&w=128&h=128" alt="{{page.title}}">
            <div class="is-rounded rounded-image-has-inner-shadow"></div>
          </figure>
        </div>
        <h1 class="title is-size-1 is-size-2-mobile has-text-black is-family-secondary is-spaced">
          {{page.headline}}</h1>

        <div class="content">
          {{content}}
        </div>
        NOT USED
        {% include themes/jmblog-theme/components/social_buttons_large.html %}

      </div>
    </div>
  </section>
</main>

{% include themes/jmblog-theme/components/footer.html %}

<!-- Include dataLayer -->
<!-- {% include dataLayer/dataLayer %} -->

<!-- Include analytics -->
<!-- {% include JB/analytics %} -->

</body>

</html> </div>