editor.jade 272 B

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