2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00
discourse/app/assets/javascripts/discourse/templates/components/latest-topic-list-contents.hbs
2017-08-13 13:19:27 -04:00

3 lines
71 B
Handlebars

{{#each topics as |t|}}
{{latest-topic-list-item topic=t}}
{{/each}}