4 lines
97 B
Text
4 lines
97 B
Text
{% include "card.txt" %}
|
|
{% for weather in forecast %}
|
|
{% include "card.txt" %}
|
|
{% endfor %}
|