{{- metatags }} {%- block htmltitle %} {{ title|striptags|e }}{{ titlesuffix }} {%- endblock %} {# #} {%- block css %} {% if builder!='epub' %} {% endif %} {% if theme_isso and builder=='html' %} {% endif %} {%- for css in css_files %} {%- if css|attr("rel") %} {%- else %} {%- endif %} {%- endfor %} {%- endblock %} {%- block scripts %} {% if builder=='html' %} {# FIXME: use link-preload #} {% if theme_fathom %} {%- include "util/fathom.html" %} {% endif %} {%- for scriptfile in script_files %} {{ js_tag(scriptfile) }} {%- endfor %} {% endif %} {%- endblock %} {%- if pageurl %} {%- endif %} {# TODO: opensearch #} {%- if favicon %} {%- endif %} {%- include "util/linktags.html" %} {%- block extrahead %} {% endblock %} {% if feed_path %} {% endif %}
{%- block container %} {%- block header %}{%- include "util/navbar.html" %}{% endblock %}
{%- block document %}
{% block body %} {% endblock %} {% if builder=='html' %}
{% if ablog and pagename in ablog %} {% include "share.html" %} {% else %} {% if ablog and theme_share_all %} {% include "share.html" %} {% endif %} {% endif %} {% if ablog and ablog.disqus_shortname and ablog.blog_baseurl and (not ablog[pagename].nocomments) and ((pagename in ablog and (ablog[pagename].published or ablog.disqus_drafts)) or (not pagename in ablog and ablog.disqus_pages)) %} {% include "util/disqus.html" %} {% endif %} {% if ablog and theme_isso and (not ablog[pagename].nocomments) and ((pagename in ablog and (ablog[pagename].published or ablog.disqus_drafts)) or (not pagename in ablog and ablog.disqus_pages)) %}

{{ _("Comments") }}

{% endif %}
{% endif %}
{% block body_header %} {%- include "util/bodyheader.html" %} {%- endblock body_header %} {%- endblock %} {%- include "util/pagenav.html" %}
{%- block sidebar %} {% if builder=='html' %} {% endif %} {%- endblock %}
{%- block footer %} {%- include "util/footer.html" %} {%- endblock footer %} {%- endblock container %}
{% block footer_scripts %} {% endblock %}