mirror of
https://github.com/flarum/framework.git
synced 2025-01-10 04:53:53 +08:00
8 lines
260 B
Handlebars
8 lines
260 B
Handlebars
{{#each item in stream}}
|
|
{{#discussion/stream-item item=item stream=stream loadRange="loadRange"}}
|
|
{{#if item.content}}
|
|
{{component item.component content=item.content postRemoved="postRemoved"}}
|
|
{{/if}}
|
|
{{/discussion/stream-item}}
|
|
{{/each}}
|