{% unless page.no_header %}
{% if index %} {% if post.external-url %}

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

{% else %}

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

{% endif %} {% else %}

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

{% endif %}
{% endunless %} {% if index %}
{{ post.excerpt }}
{% if post.excerpt != post.content %} {% endif %} {% endif %} {% unless index %} {% if post.external-url %}

NB: The subject of this post is on this web page.

{% endif %} {{ content | replace: '', '' }} {% endunless %} {% if index %} {% endif %}