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