2020-02-18 22:15:37 +00:00
|
|
|
{{with .Data}}
|
2020-02-23 18:50:38 +00:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
|
|
|
|
<html>
|
2020-02-18 22:15:37 +00:00
|
|
|
<head>
|
2020-02-23 18:50:38 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
2020-10-25 11:35:22 +00:00
|
|
|
<link rel="icon" type="image/png" href="/static/favicon.png">
|
2023-09-08 17:15:44 +00:00
|
|
|
<link rel="stylesheet" href="/static/style.css">
|
2020-02-18 22:15:37 +00:00
|
|
|
<title>{{.Title}}</title>
|
|
|
|
</head>
|
2021-01-23 08:44:05 +00:00
|
|
|
<frameset cols="424px,*">
|
2020-02-18 22:15:37 +00:00
|
|
|
<frameset rows="316px,*">
|
2023-09-08 17:15:44 +00:00
|
|
|
<frame name="nav" src="/nav" {{if $.Ctx.DarkMode}}class="dark"{{end}}>
|
|
|
|
<frame name="notification" src="/notifications" {{if $.Ctx.DarkMode}}class="dark"{{end}}>
|
2020-02-18 22:15:37 +00:00
|
|
|
</frameset>
|
2023-09-08 17:15:44 +00:00
|
|
|
<frame name="main" src="/timeline/home" {{if $.Ctx.DarkMode}}class="dark"{{end}}>
|
2020-02-18 22:15:37 +00:00
|
|
|
</frameset>
|
|
|
|
</html>
|
|
|
|
{{end}}
|