bsw@211: local draft = param.get("draft", "table") bsw@211: bsw@211: ui.container{ attr = { class = "draft" }, content = function() bsw@211: slot.put(format.wiki_text(draft.content, draft.formatting_engine)) bsw@211: end }