{% if not included %}
{% extends 'index.html' %}
{% block title %}
Meteo panel
{% endblock title %}
{% endif %}
{% set included = True %}
{% block head %}
{% endblock head %}
{% block content %}
OARPAF Weather station Coordinates: 44°35'28" 9°12'12" Altitude: 1490m
Externals
{% for key, value in data.external.items() | sort %}
{{key}}
{{value}}
{% endfor %}
Internals
{% for key,value in data.internal.items() | sort %}