diff options
Diffstat (limited to '174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html')
| -rw-r--r-- | 174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html | 11 |
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 |
