{% if page.author %} {% assign author = page.author %} {% else %} {% assign author = site.author %} {% endif %} {% unless page.no_header %}
{% if index %}

{{ page.title | titlecase }}

{% else %}

{{ page.title | titlecase }}

{% endif %} {% unless page.no_meta or !index %}

{% include post_meta.html %}

{% endunless %}
{% endunless %} {% if index %}
{{ content | exerpt | smart_quotes }}
{% else %}
{{ content | smart_quotes }}
{% endif %}