{% block htmltitle %}
{% if page_title %}{{ page_title }} - {% endif %}{{ site_name }}
{% endblock %} {% if favicon %}
{% else %}
{% endif %} {# CSS #}
{%- for path in extra_css %}
{%- endfor %} {%- for path in extra_javascript %} {%- endfor %} {%- block extrahead %} {% endblock %} {% if google_analytics %} {% endif %}
{# SIDE NAV, TOGGLES ON MOBILE #}
{{ site_name }}
{% include "searchbox.html" %}
{% include "toc.html" %}
{# MOBILE NAV, TRIGGLES SIDE NAV ON TOGGLE #}
{{ site_name }}
{# PAGE CONTENT #}
{% include "breadcrumbs.html" %}
{{ content }}
{%- block footer %} {% include "footer.html" %} {% endblock %}
{% if repo_name == 'GitHub' %}
GitHub
{% elif repo_name == 'Bitbucket' %}
BitBucket
{% endif %}
« Previous
Next »