{% unless page.no_header %}
{% if index %}

{{ post.title | titlecase }}

{% else %}

{{ page.title | titlecase }}

{% endif %} {% unless page.meta == false %}

{% include post/date.html %}

{% endunless %}
{% endunless %} {% if index %}
{{ content | excerpt }}
{% capture excerpted %}{{ content | has_excerpt }}{% endcapture %} {% if excerpted == 'true' %} {% endif %} {% else %}
{{ content }}
{% endif %}