{% extends 'master_index.html' %} {% load i18n %} {% comment %} This is where you can override the hero area block. You can simply modify the content below or replace it wholesale to meet your own needs. {% endcomment %} {% block hero %}

{% trans "Welcome" %}

{% blocktrans %}GeoNode is an open source platform for sharing geospatial data and maps.{% endblocktrans %}

{% blocktrans %}If you have any questions about the software or service, join our mailing list.{% endblocktrans %}

{% trans 'Need help?' %} {% trans 'Getting Started' %}
{% endblock %}