--- # Contains the default layout with menu, etc. layout: html --- {% if site.title or site.subtitle %}
{% if site.title %}
{{ site.title }}
{% endif %} {% if site.subtitle %}
{{ site.subtitle }}
{% endif %}
{% endif %}
{{ content }}