Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _keys/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<head>` 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 `<body>` 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 `<body>` 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 `<html>` tag.