{% extends "layout.html" %} {% from "_helper.html" import image_button %}g {% block content %}

Clouds

{% for cloud in clouds %} {% endfor %}
{{ cloud }}
{% endblock %}