mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
15 lines
325 B
Text
15 lines
325 B
Text
template(name="editor")
|
|
textarea.editor(
|
|
dir="auto"
|
|
class="{{class}}"
|
|
id=id
|
|
autofocus=autofocus
|
|
data-meteor-emoji="true"
|
|
placeholder="{{_ 'comment-placeholder'}}")
|
|
+Template.contentBlock
|
|
|
|
template(name="viewer")
|
|
.viewer(dir="auto")
|
|
+mentions
|
|
+markdown
|
|
{{> UI.contentBlock }}
|