{% if title %}
{{ site.title }}: {{ title }}
{% elif page.title %}
{{ site.title }}: {{ page.title }}
{% else %}
{{ site.title }}
{% endif %}
{% for style in styles %}
{% endfor %}
{% if bodyClassNames %} {% else %} {% endif %}
{{ site.title }}
By
{{ site.author }}
About
Archive
Projects
{% block body %}{{ body }}{% endblock %} {% for script in scripts %} {% endfor %}