summaryrefslogtreecommitdiff
path: root/templates/program/current.html
blob: fd53d45e52f2f25639650617267cfd5768dd3869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div id="program-now">
    <div id="current-show">
        {{ current }}
    </div>

    <div id="next-show">
        {{ next }}
    </div>

    <div id="after-next-show">
        {{ after_next }}
    </div>
</div>