Template
The <template>
tag needs to be added within <pageTemplates>
directly below the root tag. Each template needs to have an id to refer to it later. Content within a template is rendered with exact positioning (HTML speak: absolute position).
Example
Last updated