{# The Write/Preview pair, the textarea and the preview pane are the described markdown field's, not this template's: see `crate::quasi::rich_field`. The control keeps the id `text-body`, which is what `partial-item-text-editor.js` reads; the picker below addresses it by NAME (`body`), which is the whole of what `Act::fills` says. See `crate::quasi::media_picker`. #}
{{ crate::quasi::rich_field::html("text", "Content", "Write your content in Markdown...", body.as_deref().unwrap_or(""), crate::quasi::rich_field::Height::Tall)|safe }} {{ crate::quasi::media_picker::trigger("body")|safe }}