import { htmlSafe } from "@ember/template";
<template>
<div class="desc">{{htmlSafe @description}}</div>
</template>