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, 11 insertions, 0 deletions
diff --git a/174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html b/174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html new file mode 100644 index 0000000..4771057 --- /dev/null +++ b/174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html @@ -0,0 +1,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>
\ No newline at end of file |
