Policy Templates
Templates are the content behind your platform's policy pages — Terms of Service, Privacy Policy, and Cookie Policy. They are managed from Admin → Templates.
How templates work
Each template is a named piece of content written in either Markdown or HTML. Once created, a template can be assigned to a policy slot in Platform Configuration. Viewers access the rendered policy via the links in your platform's footer.
The placeholder is available in any template and is replaced with your platform's configured title at render time.
Creating a template
- Go to Admin → Templates and click Create Template
- Enter a name (e.g.
Terms of Service) - Choose a content type — Markdown or HTML
- Write your content in the editor
- Use the live preview panel on the right to check formatting
- Save the template
Editing a template
Click any template in the list to open its editor. Changes take effect immediately after saving — no republishing step required.
Assigning a template to a policy
After creating a template, assign it in Platform Configuration under the Policies section. There are three policy slots:
| Slot | Where it appears |
|---|---|
| Terms of Service | /template/terms |
| Privacy Policy | /template/privacy |
| Cookie Policy | /template/cookies |
Deleting a template
Open the template and click the delete icon. If the template is currently assigned to a policy slot, that slot will be unset and the corresponding policy page will return a 404 until a new template is assigned.
