{%- if page.redirect -%}
{%- endif -%}
{% include head.html %}
{%- include header.html %}
{% if page.toc and page.toc.sidebar %}
{% if page.toc.sidebar == "right" %}
{{ content }}
{% else %}
{{ content }}
{% endif %}
{% else %}
{{ content }}
{% endif %}
{%- include footer.html %}
{% include scripts/jquery.html %}
{% include scripts/bootstrap.html %}
{% include scripts/masonry.html %}
{% include scripts/misc.html %}
{% include scripts/badges.html %}
{% include scripts/mathjax.html %}
{% include scripts/analytics.html %}
{% include scripts/progressBar.html %}
{% include scripts/wechatModal.html %}