{# CSS #}
{% for path in extra_css %}
{% endfor %} {% for path in extra_javascript %} {% endfor %}
{# SIDE NAV, TOGGLES ON MOBILE #}
{{ site_name }}
{% include "searchbox.html" %}
{% include "toc.html" %}
{# MOBILE NAV, TRIGGLES SIDE NAV ON TOGGLE #}
{{ project }}
{# PAGE CONTENT #}
{% include "breadcrumbs.html" %}
{{ content }}
{% include "footer.html" %}
GitHub
« Previous
Next »