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

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