- {% comment %} Unfortunately, the variables we set above are not preserved for sub-layouts. So, we have to have all the layout here. {% endcomment %}
- {% if pretitle %}
- <header class="pretitle">
- {% if page.post %}
- {% include post-header.html item=page %}
- {% endif %}
- <h1>{{ pretitle }}</h1>
- </header>
- {% endif %}
-
- <header class="title">
- <h1>{{ title }}</h1>
- </header>
-