{% extends "site_base.html" %} {% load i18n %} {% load maps_tags %} {% load layers_tags %} {% load pagination_tags %} {% load staticfiles %} {% load url from future %} {% block title %} {% trans "Welcome!" %} - {{ block.super }} {% endblock %} {% block body_class %}home{% endblock %} {% block body_outer %}
{% block hero %}

{% trans "Welcome" %}

{% blocktrans %} GeoNode is an open source platform for sharing geospatial data and maps. If you have any questions about the software or service, join our mailing list. {% endblocktrans %}

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

{% trans "Latest Layers" %}

{% include 'search/search_content.html' %}
{% endblock %}
{% endblock %} {% block extra_script %} {% include 'search_scripts.html' %} {% endblock extra_script %}