{% 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 theme:post/date.html %}{{ time }}

{% endunless %}
{% endunless %} {% if index %}
{{ content | excerpt }}
{% else %}
{{ content }}
{% endif %}