{% for stylesheet in page.custom-stylesheet-list %}
{% endfor %}
{% include header.html %}
{% include sidebar.html %}
{% include toc.html %}
{{content}}
{% include footer.html %} {% if jekyll.environment == "production" %} {% else %} {% endif %} {% for script in page.custom-script-list %} {% endfor %}