{% if NAVBAR_ON_TOP is not defined %}
{% set NAVBAR_ON_TOP = False %}
{% endif -%}
{% if HIDE_SIDEBAR is not defined %}
{% set HIDE_SIDEBAR = False %}
{% endif -%}
{% block title %}{{ SITENAME|striptags|breaking_spaces }}{% endblock %}
{%- if FAVICON %}
{% endif -%}
{# Open Graph tags #}
{% if USE_OPEN_GRAPH is not defined %}
{% set USE_OPEN_GRAPH = True %}
{% endif %}
{% if USE_OPEN_GRAPH %}
{% if OPEN_GRAPH_FB_APP_ID %}
{% endif %}
{% if article %}
{% elif page %}
{% else %}
{% if OPEN_GRAPH_IMAGE %}
{% endif %}
{% endif %}
{% endif -%}
{% if ASSET_CSS %}
{# put assets in a seperate file, otherwise it breaks if the assets #}
{# plugin is not active #}
{% include 'includes/assets-css.html' %}
{% else %}
{% if BOOTSTRAP_THEME %}
{% else %}
{% endif %}
{# DISABLED -- moved this to my Bootstrap theme
#}
{% if DOCUTIL_CSS %}
{% endif %}
{# DISABLED -- moved this to my Bootstrap theme
{% if TYPOGRIFY %}
{% endif %}
#}
{% if CUSTOM_CSS %}
{% endif %}
{% if CUSTOM_CSS_LIST %}
{% for custom_css in CUSTOM_CSS_LIST %}
{% endfor %}
{% endif %}
{% endif -%}
{% if FEED_ALL_ATOM %}
{% endif %}
{% if FEED_ALL_RSS %}
{% endif -%}
{%- include 'includes/footer.html' %}
{% if ASSET_JS %}
{# put assets in a seperate file, otherwise it breaks if the assets #}
{# plugin is not active #}
{% include 'includes/assets-js.html' %}
{% else %}
{% endif %}
{% if CUSTOM_JS_LIST %}
{% for custom_js in CUSTOM_JS_LIST %}
{% endfor %}
{% endif -%}
{% include 'includes/github-js.html' %}
{% include 'includes/disqus_script.html' %}
{% include 'includes/ga.html' %}
{% include 'includes/piwik.html' %}
{% include 'includes/comments-js.html' %}