{{ include('page/meta.html') }}
{{page.title}}
{{ include('page/styles.html') }} {{ include('page/google_header.html') }} {% block header %} {{ include('components/messages.html') }} {% endblock %} {% block body %}
{{page.title}}
{{page.description}}
{% endblock %} {% block footer %} {% endblock %} {% block scripts %} {{ include('page/scripts.html') }} {{ include('page/google_body.html') }} {% endblock %}