layout: default
<header id=“page_header”>
{% include skip-nav.html %} {% include nav-menu.html id="page_nav" aria_label="Page Menu" class="flat_nav_menu" menu="post" %}
</header> {% include noscript.html %} <main id=“main_content”>
<article> <header id="article_header"> <h1>{% unless page.altTitle %}{{ page.title }}{% else %}{{ page.altTitle | markdownify | remove: '<p>' | remove: '</p>' | strip }}{% endunless %}</h1> {% include post-meta.html %} </header> <section id="article_content"> {{ content }} </section> <footer id="article_footer"> {% include thanks-for-reading.html %} {% include post-info.html %} </footer> </article>
</main> {% include footer.html %}