summaryrefslogtreecommitdiffstats
path: root/client/components/main/editor.jade
blob: c910b05265ed5e4c3e520fbd569e5ced495a1de4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
template(name="editor")
  textarea.editor(
    class="{{class}}"
    id=id
    autofocus=autofocus
    placeholder="{{_ 'comment-placeholder'}}")
    +Template.contentBlock

template(name="viewer")
  +mentions
    +emoji
      +markdown
        {{> UI.contentBlock }}