{% extends "templates/partials/base.html" %} {% block title %}{% parent %}{% endblock %} {% block body_attributes %}class="page--homepage"{% endblock %} {% block content %}

{{ globals.site_name|default(stencil.name) }}

{{ globals.site_description|default(stencil.description) }}

{{ content }}

Generated with Slush Stencil ver. {{ stencil.version }}

{% endblock %}