mirror of
https://github.com/flarum/framework.git
synced 2024-12-05 00:43:39 +08:00
7 lines
234 B
Handlebars
7 lines
234 B
Handlebars
|
{{#each item in stream}}
|
||
|
{{#discussions/stream-item item=item stream=stream loadRange="loadRange"}}
|
||
|
{{#if item.content}}
|
||
|
{{dynamic-component type=component content=item.content}}
|
||
|
{{/if}}
|
||
|
{{/discussions/stream-item}}
|
||
|
{{/each}}
|