14 lines
336 B
HTML
14 lines
336 B
HTML
<div>
|
|
<h5 style="
|
|
font-weight: bold;
|
|
padding-bottom: 8px;
|
|
user-select: text;
|
|
">{{-d.title}}</h5>
|
|
<div>
|
|
{{# if (d.message) { }}
|
|
<p style="white-space: normal;user-select: text;padding-bottom: 5px;">
|
|
{{-d.message}}
|
|
</p>
|
|
{{# } }}
|
|
</div>
|
|
</div> |