editor.jade 269 B

12345678910111213
  1. template(name="editor")
  2. textarea.editor(
  3. class="{{class}}"
  4. id=id
  5. autofocus=autofocus
  6. placeholder="{{_ 'comment-placeholder'}}")
  7. +Template.contentBlock
  8. template(name="viewer")
  9. .viewer
  10. +mentions
  11. +markdown
  12. {{> UI.contentBlock }}