2015-06-06 10:40:39 +02:00
|
|
|
template(name="editor")
|
|
|
|
|
textarea.editor(
|
|
|
|
|
class="{{class}}"
|
|
|
|
|
id=id
|
|
|
|
|
autofocus=autofocus
|
|
|
|
|
placeholder="{{_ 'comment-placeholder'}}")
|
|
|
|
|
+Template.contentBlock
|
2015-06-14 19:40:20 +02:00
|
|
|
|
|
|
|
|
template(name="viewer")
|
|
|
|
|
+mentions
|
|
|
|
|
+emoji
|
|
|
|
|
+markdown
|
|
|
|
|
{{> UI.contentBlock }}
|