{% assign is_post = page.date %} {% include head.html %} {% include header.html %}
{% include nav_bar.html %} {% if page.layout == "post" %}{% include pagination.html %}{% endif %}
{{ content }}
{% include footer.html %}