~jadedctrl/jam-xwx-moe

~jadedctrl/jam-xwx-moe/bloat-fe/instance/ŝablonoj/root.tmpl
 ..
0 {{with .Data}}
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
5 <link rel="icon" type="image/png" href="/static/favicon.png">
6 <title>{{.Title}}</title>
7 </head>
8 <frameset cols="424px,*">
9 <frameset rows="316px,*">
10 <frame name="nav" src="/nav">
11 <frame name="notification" src="/notifications">
12 </frameset>
13 <frame name="main" src="/timeline/home">
14 </frameset>
15 </html>
16 {{end}}