mirror of
https://github.com/flarum/framework.git
synced 2024-12-11 21:43:38 +08:00
15 lines
423 B
Handlebars
15 lines
423 B
Handlebars
<header class="page-header discussion-header">
|
|
<h1>{{title}}</h1>
|
|
</header>
|
|
|
|
<nav class="discussion-nav">
|
|
{{ui/controls/item-list items=view.sidebarItems}}
|
|
</nav>
|
|
|
|
<section class="discussion-posts stream posts">
|
|
{{#each item in stream}}
|
|
{{#discussions/stream-item item=item loadRange="loadRange"}}
|
|
{{#if item.post}}{{discussions/post-full post=item.post}}{{/if}}
|
|
{{/discussions/stream-item}}
|
|
{{/each}}
|
|
</section> |