Add page-body-first, page-body-last includes

This commit is contained in:
Will Faught
2025-02-10 20:56:17 -08:00
parent 26be91eccd
commit 377b74d0e4
2 changed files with 7 additions and 1 deletions

View File

@@ -772,6 +772,8 @@ Files can be included in many places in HTML.
| `layouts/partials/paige/body-last.html` | The end of the body tag |
| `layouts/partials/paige/head-first.html` | The beginning of the head tag |
| `layouts/partials/paige/head-last.html` | The end of the head tag |
| `layouts/partials/paige/page-body-first.html` | The beginning of the page body |
| `layouts/partials/paige/page-body-last.html` | The end of the page body |
| `layouts/partials/paige/page-first.html` | The beginning of the page tag |
| `layouts/partials/paige/page-footer-first.html` | The beginning of the page footer tag |
| `layouts/partials/paige/page-footer-last.html` | The end of the page footer tag |