mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-22 02:34:05 +08:00
5 lines
120 B
Text
Vendored
5 lines
120 B
Text
Vendored
import { htmlSafe } from "@ember/template";
|
|
|
|
<template>
|
|
<div class="desc">{{htmlSafe @description}}</div>
|
|
</template>
|