{% extends "base.html" %} {% set active_page = 'about' %} {% block title %}About{% endblock %} {% block body %}

API
You can submit your query to the system and take responses. Query should have the following format:
{{ request.url_root }}data?station=STATION_NAME&template=TEMPLATE_NAME
Where STATION_NAME can be retrieved issuing the following request:

Get station name: {{ request.url_root }}Stations

Template name can be retrieved issuing the following request:

Get template name: {{ request.url_root }}templates

{% endblock %}