mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
10 lines
279 B
HTML
10 lines
279 B
HTML
<template name="post_page">
|
|
<div class="single-post grid">
|
|
{{> UI.dynamic template=post_item}}
|
|
{{#if body}}
|
|
{{> UI.dynamic template=post_body}}
|
|
{{/if}}
|
|
{{> UI.dynamic template=comment_form}}
|
|
{{> UI.dynamic template=comment_list}}
|
|
</div>
|
|
</template>
|