\n'
if #epgInfo>0 or recording then
ct.tab=(#epgInfo>0 and '番組詳細\n' or '')
..((#epgInfo>0 or recording) and '録画設定\n' or '')
..(recording and '再生\n' or '')
end
end
ct=Template(ct)
mg.write(ct:Pop(Response(200,'text/html','utf-8',ct.len,ct.gzip)
..'Cross-Origin-Embedder-Policy: require-corp\r\n'
..'Cross-Origin-Opener-Policy: same-origin\r\n'
..'\r\n'))