{% load static i18n cms_tags menu_tags sekizai_tags %} {% block title %} {% page_attribute page_title %} - {{ request.site.name }} {% endblock title %} {% render_block "css" %} {{ ALDRYN_SNAKE.render_head }} {% cms_toolbar %}
{% block content %}

{% trans "Welcome to" %} {{ request.site.name }}

Hello world! This is the Foundation 6 Boilerplate.

{% endblock %} {% render_block "js" %} {{ ALDRYN_SNAKE.render_tail }}