{% load i18n static %} {% if seo.title %} {{ seo.title }} {% else %} {% block title %}{% trans "Home" %}{% endblock %} {% endif %} {% if seo.description %} {% endif %} {% if seo.keywords %} {% endif %} {% if seo.robots %} {% endif %} {% if seo.canonical %} {% endif %} {% if seo.og_title %} {% endif %} {% if seo.og_description %} {% endif %} {% if seo.og_image %} {% endif %} {% block favicon %} {% endblock %} {% block styles %} {% include "partials/styles.html" %} {% endblock %} {% block extrastyles %}{% endblock %} {% block extrahead %}{% endblock %} {% include "website/partials/google_analytics.html" %} {% block layout %}{% endblock %} {% block scripts %}{% endblock %} {% block extrascripts %}{% endblock %}