Closed utdrmac closed 10 years ago
Yep, you get this! Just put {{id}}
in your slide template. We currently use it to populate the id of the slide, as id="slide-{{id}}"
.
Let me know if you run into any issues.
After some trial and error, this works, but the {{id}}
must be within the <div>
of the {{slides}}
section. Putting the variable inside it's own div, right-bottom page aligned, worked great!
Awesome, glad to hear it.
Would like to see a page/slide number variable I can use in my mustache template so I can display the slide number on the screen. Useful when in full screen mode and the URL isn't visible.