{% extends 'public/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 %}Cartoview extends GeoNode to create, manage GIS Web Mapping Applications.{% endblocktrans %}

{% blocktrans %}If you have any questions about the software or service, contact us.{% endblocktrans %}

Download Apps

{% endblock %}