orfplayer/templates/frontend/index.html

5 lines
149 B
HTML
Raw Normal View History

2022-05-10 12:26:31 +00:00
<ul>
{% for stationid, stationname in stations.items %}
<li><a href="{% url "stationlive" stationid %}">{{ stationname }}</a></li>
{% endfor %}
</ul>