aboutsummaryrefslogtreecommitdiff
path: root/174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-24 20:13:23 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-24 20:13:23 +0100
commit0d001f0094f2784033be52fa2a28102c271ffb1e (patch)
tree3226e54a4d14901649e4721d1cee2330d6730c40 /174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html
parent7dfd7b404cdcf0db8e44a8b357cd108e10a725e1 (diff)
downloadunnamed-group-0d001f0094f2784033be52fa2a28102c271ffb1e.tar
unnamed-group-0d001f0094f2784033be52fa2a28102c271ffb1e.tar.gz
unnamed-group-0d001f0094f2784033be52fa2a28102c271ffb1e.tar.bz2
unnamed-group-0d001f0094f2784033be52fa2a28102c271ffb1e.tar.xz
unnamed-group-0d001f0094f2784033be52fa2a28102c271ffb1e.zip
pretty :3
Diffstat (limited to '174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html')
-rw-r--r--174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html b/174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html
index 4771057..54fc44c 100644
--- a/174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html
+++ b/174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html
@@ -1,11 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <title>{{block "title" .}}Default app title{{end}}</title>
+ <style>
+ body {
+ margin: 0;
+ padding: 0;
+ }
+ </style>
</head>
<body>
- {{block "body" .}}
- Default app body...
- {{end}}
+ {{block "body" .}}{{end}}
</body>
</html> \ No newline at end of file