Development
How do I add a <title> tag to my page?
To add a title metadata tag and other metadata tags directly to your Template(s)
- Navigate to your Template and click Edit.
- Place the
<system-page-title/>
tag inside the<title>
tags of your Templates and click Submit.
When the page is rendered, Cascade pulls in the Title as defined in the page's metadata.
Example:
<title><system-page-title/></title>