mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 14:33:43 +08:00
6 lines
120 B
Plaintext
6 lines
120 B
Plaintext
import { htmlSafe } from "@ember/template";
|
|
|
|
<template>
|
|
<div class="desc">{{htmlSafe @description}}</div>
|
|
</template>
|