{{ globals.site_name|default(stencil.name) }}
{{ globals.site_description|default(stencil.description) }}
{{ content }}
Generated with Slush Stencil ver. {{ stencil.version }}
{% extends "templates/partials/base.html" %} {% block title %}{% parent %}{% endblock %} {% block body_attributes %}class="page--homepage"{% endblock %} {% block content %}
{{ content }}
Generated with Slush Stencil ver. {{ stencil.version }}