layout: default


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

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

</article>