Firmenlogo

Willkommen zurück, {{ user }}

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %} {% endfor %}
{% endif %} {% endwith %}

Wetter in {{ city }}

{{ current_temp }}°C

{% for day in forecast %}

{{ day.date }}

{{ day.day.avgtemp_c }}°C

{% endfor %}

Speicher

— Demo —

RAM-Nutzung

— Demo —

{% for app_chunk in user_app_chunks %}
{% for app in app_chunk %}

{{ app.name }}

{% endfor %}
{% endfor %}