{% extends "site_base.html" %} {% load i18n %} {% load base_tags %} {% load theme_tags %} {% load static from staticfiles %} {% block title %} {% trans "Welcome!" %} - {{ block.super }} {% endblock %} {% block body_class %}home{% endblock %} {% block middle %} {% block hero %} {% get_theme as theme %} {% if theme.background_logo %}
{% if theme.tagline %} {{theme.tagline}} {% else %} A Platform for Geospatial Collaboration {% endif %}