9 lines
199 B
Handlebars
9 lines
199 B
Handlebars
{{#if topic}}
|
|
<a href="{{baseuri}}/t/{{topic.slug}}/{{topic.id}}">
|
|
{{html-safe topic.fancy_title}}
|
|
</a>
|
|
({{topic.posts_count}})
|
|
{{else}}
|
|
<a href="{{baseuri}}/t/{{id}}">{{id}}</a>
|
|
{{/if}}
|