Switch to unified view
a/web/views/header.tpl | b/web/views/header.tpl | ||
---|---|---|---|
1 | <html> |
1 | <html> |
2 | <head> |
2 | <head> |
3 | <title>Songcast Receivers{{title}}</title> |
3 | <title>Songcast Receivers{{title}}</title> |
4 | <link rel="stylesheet" type="text/css" href="static/style.css"> |
4 | <link rel="stylesheet" type="text/css" href="static/style.css"> |
5 | %try: |
||
6 | % refresh |
||
7 | %except: |
||
8 | % refresh=0 |
||
9 | %end |
||
10 | %if refresh: |
||
11 | <meta http-equiv="refresh" content="{{refresh}}"> |
||
12 | %end |
||
13 | |||
5 | </head> |
14 | </head> |
6 | <body> |
15 | <body> |