mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-04 20:19:22 +02:00
18 lines
474 B
Cheetah
18 lines
474 B
Cheetah
{{with .Data}}
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta content='width=device-width, initial-scale=1' name='viewport'>
|
|
<title>{{.Title}}</title>
|
|
</head>
|
|
<frameset cols="30%,*">
|
|
<frameset rows="316px,*">
|
|
<frame name="nav" class="nav-frame" src="/nav" />
|
|
<frame name="notification" class="notification-frame" src="/notifications" />
|
|
</frameset>
|
|
<frame name="main" class="main-frame" src="/timeline/home" />
|
|
</frameset>
|
|
</html>
|
|
{{end}}
|