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