mirror of
https://github.com/flarum/framework.git
synced 2025-01-11 14:06:30 +08:00
8 lines
234 B
Handlebars
8 lines
234 B
Handlebars
|
{{#each item in stream}}
|
||
|
{{#discussion/stream-item item=item stream=stream loadRange="loadRange"}}
|
||
|
{{#if item.content}}
|
||
|
{{component item.component content=item.content}}
|
||
|
{{/if}}
|
||
|
{{/discussion/stream-item}}
|
||
|
{{/each}}
|