mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
13 lines
269 B
Text
13 lines
269 B
Text
template(name="editor")
|
|
textarea.editor(
|
|
class="{{class}}"
|
|
id=id
|
|
autofocus=autofocus
|
|
placeholder="{{_ 'comment-placeholder'}}")
|
|
+Template.contentBlock
|
|
|
|
template(name="viewer")
|
|
.viewer
|
|
+mentions
|
|
+markdown
|
|
{{> UI.contentBlock }}
|