{% include "partials/head.html" %}
{% include "partials/header.html" %}
{% if this.title %}
{{ this.title }}
{% else %}
Uhm... WHAT?
{% endif %}
{% if this.body %} {{ this.body }} {% else %}
Looks like you're lost. This page doesn't exist.
{% endif %}
{% include "partials/footer.html" %}