{% unless site.title == page.title -%} {%- if site.title -%} {%- capture preTitle %}{{ site.title }} - {% endcapture -%} {%- endif -%} {%- endunless %} {{ preTitle }}{{ page.title }} {% if site.author -%} {%- endif %} {% if page.meta-subject -%} {%- endif %} {% if page.creation-date -%} {%- endif %} {% if site.copynotice -%} {%- endif %} {%- comment -%} HTML5BP says: but the W3C "discourage" this behaviour, so... {%- endcomment %} {% if page.isform -%}{%- endif %} {%- if page.mntype -%}
{%- else -%}

{{ page.title }}

{%- endif %} {{ content }}
{% include nav.html -%} {% include footer.html -%}