3 lines
60 B
HTML
3 lines
60 B
HTML
{% for tweet in tweets %}
|
|
{{ tweet.text }}
|
|
{% endfor %}
|
{% for tweet in tweets %}
|
|
{{ tweet.text }}
|
|
{% endfor %}
|