mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
14 lines
296 B
Text
14 lines
296 B
Text
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 }}
|