7 lines
192 B
Handlebars
7 lines
192 B
Handlebars
{{#if topic}}
|
|
<a href="{{baseuri}}/t/{{topic.slug}}/{{topic.id}}"
|
|
>{{{topic.fancy_title}}}</a> ({{topic.posts_count}})
|
|
{{else}}
|
|
<a href="{{baseuri}}/t/{{id}}">{{id}}</a>
|
|
{{/if}}
|