{% if layout.google_analytics %} {% endif %} {% if layout.title %}
{{ layout.title }}
{% endif %}
{% if layout.favicon %}
{% endif %}
{% for stylesheet in layout.stylesheets %}
{% endfor %}
{% if layout.logo or layout.header_text %}
{% if layout.logo %}
{% endif %} {% if layout.header_text %}
{{ layout.header_text }}
{% endif %}
{% endif %} {% if layout.navbar %}
{% for item in layout.navbar %} {% if item.target %}
{{ item.name }}
{% else %}
{{ item.name }}
{% for section in item.sections %}
{{ section.name }}
{% endfor %}
{% endif %} {% endfor %}
{% endif %}
{% block body %}{% endblock %}