start controller view

This commit is contained in:
bkfox
2015-11-09 18:19:47 +01:00
parent ecde02725e
commit 4fbd30a460
8 changed files with 232 additions and 10 deletions

View File

@ -0,0 +1,11 @@
{% for station in stations %}
{% for name, source in station.sources.items %}
<div class="source">
{{ name }}:
{{ source.initial_uri }}
<time style="font-size: 0.9em; color: grey">{{ source.on_air }}</time>
</div>
{% endfor %}
{% endfor %}