{%- block htmltitle %} {% if page and page.title and not page.is_homepage %}{{ page.title }} - {% endif %}{{ config.site_name }} {%- endblock %} {%- block site_meta %} {% if page and page.is_homepage %}{% endif %} {% if page and page.canonical_url %}{% endif %} {% if config.site_author %}{% endif %} {%- endblock %} {%- block styles %} {%- if config.theme.highlight_css %} {% else %} {%- endif %} {%- for path in extra_css %} {%- endfor %} {% if config.theme.favicon %} {% else %} {% endif %} {%- endblock %} {%- block libs %} {%- if config.theme.highlightjs %} {%- for lang in config.theme.hljs_languages %} {%- endfor %} {%- endif %} {%- endblock %}
{%- block sidebar %} {% include "/modules/sidebar.html" %} {%- endblock %}
{%- block header %} {% include "/modules/header.html" %} {%- endblock %} {%- block content %} {% include "/modules/content.html" %} {%- endblock %} {%- block footer %} {% include "/modules/footer.html" %} {%- endblock %}
{%- block scripts %} {%- for path in extra_javascript %} {%- endfor %} {%- endblock %}