{%- if page.redirect -%}
{%- endif -%}
{% include head.html %}
{%- include header.html %}
{%- if page.title == "about" -%}
{% include scripts/particles.html %}
{{ content }}
{%- else -%}
{{ content }}
{%- endif -%}
{% include scripts/jquery.html %}
{% include scripts/bootstrap.html %}
{% include scripts/misc.html %}
{% include scripts/mathjax.html %}