editor.jade 296 B

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