-- vim:set ft=lua: dofile(mg.script_name:gsub('[^\\/]*$','')..'util.lua') ct=template({ title='ホーム', video=true, Scrollable=true, js='\n' ..'\n', subheader=[=[
ホーム
]=], menu=[=[ ]=], main='
\n
\n' }) mg.write(ct:Pop(Response(200,'text/html','utf-8',ct.len)..(ct.gzip and 'Content-Encoding: gzip\r\n' or '')..'\r\n'))