mirror of
https://github.com/flarum/framework.git
synced 2025-01-25 01:11:45 +08:00
80cc910175
Will be used by extensions
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>
|