{%- block site_meta %} {% if page and page.is_homepage %}{% endif %} {% if config.site_author %}{% endif %} {% if page and page.canonical_url %}{% endif %} {% if config.site_favicon %} {% else %}{% endif %} {%- endblock %} {%- block htmltitle %} {% if page and page.title and not page.is_homepage %}{{ page.title }} - {% endif %}{{ config.site_name }} {%- endblock %} {%- block styles %} {% if config.topdf_simple %}{% else %} {% endif %} {%- for path in config['extra_css'] %} {%- endfor %} {%- endblock %} {%- block extrahead %} {% endblock %}
{%- block content %} {{ page.content }} {%- endblock %}
{%- block scripts %} {%- for path in config['extra_javascript'] %} {%- endfor %} {%- endblock %} {% if page and page.is_homepage %} {% endif %}