{% 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 %}

{% 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?' %}

{% trans "Latest Layers" %}

{% featured_layers 100 as featured_layers %} {% if featured_layers.count %} {% autopaginate featured_layers 4 %} {% for layer in featured_layers %} {% include "layers/_layer_list_item.html" %} {% endfor %} {% paginate %} {% endif %}
{% endblock %} {% block extra_script %} {% endblock extra_script %}