deck.html 357 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. {{> head }}
  5. {{{ page.stylesheets }}}
  6. </head>
  7. <body style='display: none'>
  8. <section class='slides layout-regular template-regular'>
  9. {{{ page.content }}}
  10. </section>
  11. </body>
  12. <!-- LOAD JAVASCRIPTS -->
  13. <script src='{{page.url.framework}}/{{page.html5slides.theme}}/slides.js'></script>
  14. {{> javascripts }}
  15. </html>