For the complete documentation index, see llms.txt. This page is also available as Markdown.

dynamic customization for page specific content in s docs

We often get questions about using page numbers in templates, especially when logic like <RENDER> or conditional tags is involved.

It's important to know that all rendering and logic in the template are processed before special merge fields, like page numbers ({{!PageNumber}}, {{!PageCount}}), are created.

This means page numbers cannot be used within logic or <RENDER> tags to control what content appears. Instead, they are finalized after the rest of the document is generated.

Keep this in mind when customizing templates that include special fields like page numbers!

Last updated

Was this helpful?