Back to Itchat

{% if page and page.title %}{{ page.title }}

docs/bootstrap/base.html

1.3.10734 B
Original Source

{%- block site_meta %} {% if config.site_description %}{% endif %} {% if config.site_author %}{% endif %} {% if page.canonical_url %}{% endif %} {%- endblock %} {%- block htmltitle %}

{% if page and page.title %}{{ page.title }} - {% endif %}{{ config.site_name }} {%- endblock %} {%- block styles %} {%- for path in extra_css %} {%- endfor %} {%- endblock %} {%- block libs %} {%- endblock %} {%- block analytics %} {% if config.google_analytics %} {% endif %} {%- endblock %} {%- block extrahead %} {% endblock %} {% include "nav.html" %} {%- block content %} {% include "toc.html" %}

{% include "content.html" %} {%- endblock %} {%- block scripts %} {%- for path in extra_javascript %} {%- endfor %} {%- endblock %}