{% if page.author %}
  {% assign author = page.author %}
{% else %}
  {% assign author = site.author %}
{% endif %}
{% unless page.no_header %}
   
        {% if page.date %}
          
        {% endif %}
        {% if page.updated %}
          
        {% endif %}
        {% if author %}{% endif %}
      {{ page.title | titlecase }}
    {% else %}
      {{ page.title | titlecase }}
    {% endif %}
    {% unless page.no_meta %}