orfplayer/templates/frontend/index.html
2022-05-10 14:26:31 +02:00

5 lines
149 B
HTML

<ul>
{% for stationid, stationname in stations.items %}
<li><a href="{% url "stationlive" stationid %}">{{ stationname }}</a></li>
{% endfor %}
</ul>