import { htmlSafe } from "@ember/template"; import DModal from "discourse/components/d-modal"; import i18n from "discourse-common/helpers/i18n"; const Preview = <:body> {{htmlSafe @model.html}} ; export default Preview;