mirror of
https://github.com/wekan/wekan.git
synced 2025-12-28 13:18:49 +01:00
7 lines
173 B
Text
7 lines
173 B
Text
template(name="editor")
|
|
textarea.editor(
|
|
class="{{class}}"
|
|
id=id
|
|
autofocus=autofocus
|
|
placeholder="{{_ 'comment-placeholder'}}")
|
|
+Template.contentBlock
|