Building templates
How to build a template
- Create a new slide, the same as any other, but place it in a folder
titled
templates
at the root of the directory (see on-disk-structure). - See the deck-wide editing guide to define which areas of the template are editable by operational staff.
- In the deck project file, define the Template with a key and title (see below).
- Publish the deck the usual way.
Example folder structure
.
├── sections
│ └── section_1
│ ├── index.html
│ └── slides
│ └── slide_1
│ └── index.html
├── templates
│ └── template_1
│ ├── index.html
│ └── slide.css
│ └── template_2