mirror of
https://github.com/flarum/framework.git
synced 2025-01-25 06:36:16 +08:00
19 lines
407 B
Handlebars
19 lines
407 B
Handlebars
<header class="hero discussion-hero">
|
|
<div class="container">
|
|
<h2>{{model.title}}</h2>
|
|
</div>
|
|
</header>
|
|
|
|
<div class="container">
|
|
<nav class="discussion-nav">
|
|
{{ui/item-list items=view.sidebar}}
|
|
</nav>
|
|
|
|
{{discussion/stream-content
|
|
viewName="streamContent"
|
|
stream=stream
|
|
class="discussion-posts posts"
|
|
positionChanged="positionChanged"
|
|
postRemoved="postRemoved"}}
|
|
</div>
|