jedcn/reveal-ck

View on GitHub
files/reveal-ck/templates/slides/text.slim

Summary

Maintainability
Test Coverage
- headline = headline || nil
- notes    = notes    || nil
- content  = content  || ''
section
  - if headline
    h2= headline
  p= content
  - if notes
    aside.notes= notes