Create a custom template
- Applies to:
- All MindTouch Versions
- Role required:
- Author
Create custom templates to leverage in content or site elements.
Use Default (General Purpose) Templates, one of three template types in CXone Expert, to standardize or dynamically control content that appears on other pages.
You can also create custom templates as needed.
Use Custom Template
- On the page or New Page Template where you want the template reference to appear, open in Edit mode.
- From the Editor toolbar, select Style > DekiScript.
- In the DekiScript container, enter
template('template-URL');
. Use the relative URL of the template, which is everything in the URL after/template:
.
Any changes to the template will dynamically update on all pages where the template is used.