FormidableLabs / FormidableLabs/spectacle

Slide Template seems broken

Open
#891 0 comments 0 reactions 0 assignees View on GitHub
🐛 Bug
Dominant language
TypeScript
Stars
10.2k
Forks
700
PR merge metrics
No merged PRs in 30d

Description

### Question

Is changing templates per Slide currently broken or did I get it wrong? Version: 6.0.2

### Background Info/Attempts

I've defined two master templates. One with page number and one without. For the introduction slide I want to switch to a simpler version.

Minimal Example:

```
const regularTemplate = ({ slideNumber, numberOfSlides }) => (





{slideNumber} / {numberOfSlides}


);

const introTemplate = () => (





);

const Presentation = () => (


Without Page Number


Default: With Page Number


);
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.