6 lines
93 B
Handlebars
Raw Normal View History

{{#if topic.accepted_answer}}
<p class="solved">
{{{topic.acceptedAnswerHtml}}}
</p>
{{/if}}