mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
5 lines
191 B
HTML
5 lines
191 B
HTML
<template name="post_item">
|
|
<div class="post {{#if sticky}}sticky{{/if}} {{postClass}}" id="{{_id}}">
|
|
{{> modules zone="postComponents" moduleClass="post-module"}}
|
|
</div>
|
|
</template>
|