aboutsummaryrefslogtreecommitdiff
path: root/174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html
blob: 4771057f12ff8ee526fd816e41b06b2de052e120 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
<head>
    <title>{{block "title" .}}Default app title{{end}}</title>
</head>
<body>
    {{block "body" .}}
        Default app body...
    {{end}}
</body>
</html>