{% extends "WebApp/app_base.html" %} {% load static %} {% block title %}SERVIR AppTemplate - Home{% endblock %} {% block script %} {% endblock %} {% block content %}
Hero Image

SERVIR Geospatial Application Template 2022

This web application shows simple implementation of common user interface elements in geospatial information delivery. It is intended to be used as a starting point for building new applications for specialized use cases. This template app is created and maintanined by the SERVIR Science Coordination office

{% for app_card in app_cards %}

{{ app_card.name }}
{% endfor %}
`

Description

This web application shows typical implementations of common user interface requirements in geospatial information delivery. You can customize this template according to your specific application workflow, combining different functions, such as displayign maps and charts in the same page, or eliminating unnecesary functions.

This template app is created and maintanined by the SERVIR Science Coordination office.


{% include 'WebApp/home_about.html' %} {% endblock %}