{% include "head.html" %} {% include "nav.html" %} {% block content %} {% if page.title == "Home" %}
{{ page.content }}
{% else %}
{{ page.content }}
{% endif %} {% endblock %} {% include "footer.html" %} {% include "scripts.html" %}