{% if article and article.use_schema_org %}
{% else %} {% endif %}
{% block title %}{{ SITENAME }}{% endblock %}
{% if article and article.description %}
{% endif %} {% if FEED_FEEDBURNER %}
{% else %} {% if FEED_ATOM %}
{% endif %} {% if FEED_RSS %}
{% endif %} {% endif %} {% if EXTRA_HEADER %} {{ EXTRA_HEADER }} {% endif %} {% if article %} {% include '_includes/social_markup.html' %} {% endif %}
{% if article and article.status == 'draft' %}
{% endif %} {% if FAVICON_FILENAME %}
{% else %}
{% endif %}
{% if article and article.latex %} {{ article.latex }} {% endif %} {% if page and page.latex %} {{ page.latex }} {% endif %}
{% include '_includes/header.html' %}
{% include '_includes/navigation.html' %}
{% block content %}{% endblock %} {% include '_includes/sidebar.html' %}
{% include '_includes/after_footer.html' %}