{% extends "base.html" %} {% block content %} {% set radio_default = settings.radio_stations['wow'] %}
{% for rs in radio_stations %}
{{ rs.title }}
|
  • 0 listeners
  • 00:00 / 00:00
{% endfor %}
{% for rs in radio_stations %} {% endfor %}
{% include 'footer.html' %}
{% endblock %}