From ae9c5f5b41af2caf6e93770678846fcb7390caff Mon Sep 17 00:00:00 2001 From: Adam Shiver Date: Wed, 23 Feb 2022 12:54:46 -0500 Subject: [PATCH] Update templates.md --- _keys/templates.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_keys/templates.md b/_keys/templates.md index ee85e3d..339c078 100644 --- a/_keys/templates.md +++ b/_keys/templates.md @@ -61,3 +61,4 @@ The scope of a template determins where on the page/file it will be published, a - `pageHeadBelow` -- (HTML only) -- HTML content, in the page scope, positioned in the `` tag below all js declarations. - `pageBodyAbove` -- (HTML only) -- HTML content, in the page scope. The content of this template will be placed immediately BEFORE all other stack content. This is the absolute highest place in the `` tag that Stacks has access to in the RapidWeaver API. - `pageBodyBelow` -- (HTML only) -- HTML content, in the page scope. The content of this template will be placed immediately AFTER all other stack content. This is the absolute lowest place in the `` tag that Stacks has access to in the RapidWeaver API. Some Javascript works best that way. +- `pagePrefix` -- (HTML only) -- The content of this template will be placed immediately BEFORE all other HTML content. This is useful for PHP that *must* be executed before the opening `` tag.