mirror of
https://github.com/flarum/framework.git
synced 2025-02-11 09:06:13 +08:00
18 lines
321 B
Handlebars
18 lines
321 B
Handlebars
{{partial "components/discussion/post-controls"}}
|
|
|
|
<header class="post-header">
|
|
{{ui/item-list items=header}}
|
|
</header>
|
|
|
|
<div class="post-body">
|
|
{{{post.contentHtml}}}
|
|
</div>
|
|
|
|
<aside class="post-footer">
|
|
{{ui/item-list items=footer}}
|
|
</aside>
|
|
|
|
<aside class="post-actions">
|
|
{{ui/item-list items=actions}}
|
|
</aside>
|