Page Templates v3.1
Purpose | This document explains the concept of page templates. |
Supplementary |
Page Templates
Templates are a useful way to pull in components with prepopulated content.
An example of this would be the header and footer of a website. The content within both of these will be consistent and present on each page within the project.
The template contains the common content, and the pages based on the template only contain the different content.
Template Slots
A template slot is a type of component added to the page template. It indicates the location where pages based on that template can configure their own content.
For example, if the template contains content for the header and footer of the page, then a template slot should be added for the main page content. Pages based on the template can then add their own components within the template slot.