editor.jade 325 B

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