layout: default


<div class=“{% if page.content_width == ”large“%}col-12 col-xl-10{% else %}col-12 col-md-10 col-lg-9 col-xl-7{% endif %} mt-3 mt-lg-0 pt-4 pt-lg-5 page-wrap” role=“main”>

<article>
  {%- if page.page_title -%}
    <header class="post-header mb-4">
      <h1>{{ page.title }}</h1>
    </header>
  {%- endif -%}
  <section {% if page.post_content %}class="post-content"{%- endif -%}>
    {{ content }}
  </section>
</article>

</div>