{% block content %}
{{ page.content }}
{% endblock %}
{% if page and page.meta and page.meta.description %} {% elif config.site_description %} {% endif %} {% if page and page.meta and page.meta.redirect %} {% elif page.canonical_url %} {% endif %} {% if page and page.meta and page.meta.author %} {% elif config.site_author %} {% endif %} {# #} {% for path in config.extra_css %} {% endfor %} {% block extrahead %} {% endblock %} {% if config.google_analytics %} {% endif %}