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

{% if site.titlecase %}{{ post.title | titlecase }}{% else %}{{ post.title }}{% endif %}

{% else %}

{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}

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

{% include post/date.html %}{{ time }} {% if page.comments != false and post.comments != false %} | Comments {% endif %}

{% endunless %}
{% endunless %} {% if index %}
{% if post.excerpted %} {{ post.excerpt }} {% else %} {{ post.content }} {% endif %}
{% if post.excerpted %} {% endif %} {% else %}
{{ content }}
{% endif %}