Content Management templates
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- Content Management System
Templates are content pages that are reused to provide a consistent look and feel.
Templates are useful when creating CMS sites for the following reasons.
Create new pages rapidly without risk by copying pages | Using a template to create new pages saves time because you do not have to keep repeating the same steps. |
Provide a restore point for pages within the system | Have a working template available if something goes wrong in one of the blocks or in the theme CSS. It is often easier to start over from the template instead of trying to undo complex changes. |
Provide a functional reference for editors on the site project | Having the template as a reference ensures that pages continue to conform to the style guide. |
Related Content
- Content sites
A content site is a group of related content pages that have the same basic theme, layout, and URL suffix.
- Content pages in CMS
Content pages are the core of the Content Management System. A content page is a web page that displays blocks of content.
- Content types
Content types provide site-specific control of how system data defined by templates is rendered.
- Content blocks
A block is a defined piece of content within the system that can be reused.
- Style in Content Management
Content pages can be styled with CSS, just like any HTML website.
- Content Management meta tags
Meta tags are special tags in web pages that contain information about the page but are not rendered with the page. You can define custom meta tags for content pages.