layout: default


<article class=“post-wrapper text-wrapper”>

  <header>
    <h1>{{page.title}}</h1>
  </header>
  <section class="post-content text-content {% if page.class %}{{ page.class }}{% endif %}">
    {% if page.image %}
      <section class="post-image">
        <img src="{{ page.image | prepend:site.baseurl }}" alt="{{ page.title }}">
      </section>
    {% endif %}
    {{ content }}
  </section>
  <aside>
      <p><a href="javascript:history.go(-1)">&lt; Back</a></p>
  </aside>
</article>