import { helper } from '@ember/component/helper'; import { htmlSafe } from '@ember/template' export default helper(function makeHtmlSafe(params/*, hash*/) { return htmlSafe(params[0]); });