summaryrefslogtreecommitdiff
path: root/templates/program/current.html
blob: 193762af554e9114405be7beeafdd15c4cb58dec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
    <title>Current program</title>
</head>
<body>

<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>

</body>
</html>