{%- block site_meta %} {%- block htmltitle %} {% if page and page.title and not page.is_homepage %}{{ page.title }} - {% endif %}{{ config.site_name }} {%- endblock %} {% if page and page.is_homepage %} {% endif %} {% if page and page.canonical_url %} {% endif %} {% if config.site_author %} {% endif %} {% if config.theme.favicon %} {% else %} {% endif %} {%- if config.theme.highlightjs %} {%- for lang in config.hljs_languages %} {%- endfor %} {%- endif %} {%- endblock %} {%- block extrahead %} {% if page and page.meta %} {% if page.meta.title %} {% endif %} {% if page.meta.description %} {% endif %} {% if page.meta.author %} {% endif %} {% if page.meta.date %} {% endif %} {% if page.meta.image %} {% endif %} {% if page.canonical_url %} {% endif %} {% if config.site_name %} {% endif %} {% endif %} {%- endblock %} {%- block styles %} {%- for path in extra_css %} {%- endfor %} {%- for path in extra_javascript %} {%- endfor %} {% if config.theme.theme_style %} {% if config.theme.theme_style == 'dark' %} {% endif %} {% else %} {% if config.theme.colors %} {% if config.theme.colors.text %} {% endif %} {% if config.theme.colors.title %} {% endif %} {% if config.theme.colors.primary %} {% endif %} {% if config.theme.colors.background %} {% endif %} {% endif %} {% endif %} {%- endblock %} {%- block head_extra_links %} {% include "modules/head_extra_links.html" %} {%- endblock %}
{%- block header %} {% include "/modules/header.html" %} {%- endblock %}
{%- block search_button %} {%- if 'search' in config['plugins'] %}{%- include "modules/searchbox.html" %}{%- endif %} {%- endblock %} {% if config.theme.sidebar %}
{%- block sidebar %} {% include "/modules/sidebar.html" %} {%- endblock %}
{%- block content_with_sidebar %} {% include "/modules/content.html" %} {%- endblock %}
{% else %} {%- block content %} {% include "/modules/content.html" %} {%- endblock %} {% endif %}
{% if config.theme.components and config.theme.components.preview == False %} {% else %} {%- block preview %} {% include "/modules/preview.html" %} {%- endblock %} {% endif %} {% if config.theme.components and config.theme.components.footer == False %} {% else %} {%- block footer %} {% include "/modules/footer.html" %} {%- endblock %} {% endif %}
{%- block scripts %} {%- for path in extra_javascript %} {%- endfor %} {%- endblock %}