diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-18 08:16:51 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-18 08:16:51 +0100 |
| commit | 56e2c037b57cbe6eb8480833e78d5f1d095822f0 (patch) | |
| tree | d6d2d2223cc38c017a92e2616ebe6ef1e2cd9073 /http/share/layouts/default.layout.upphtml | |
| parent | c5c4167361749b6bd106587f5324b58b44d1b15b (diff) | |
moves <main> to default.layout
Diffstat (limited to 'http/share/layouts/default.layout.upphtml')
| -rw-r--r-- | http/share/layouts/default.layout.upphtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/http/share/layouts/default.layout.upphtml b/http/share/layouts/default.layout.upphtml index 64f9fbf..ba94c58 100644 --- a/http/share/layouts/default.layout.upphtml +++ b/http/share/layouts/default.layout.upphtml @@ -10,7 +10,11 @@ pp "${SHARE}"/components/head.upphtml <body> #! pp "${SHARE}"/components/navbar.upphtml +#! +<main> +#! pp "$1" "$2" #! +</main> </body> </html> |
