mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
11 lines
271 B
HTML
11 lines
271 B
HTML
<template name="postContent">
|
|
{{> modules "postThumbnail"}}
|
|
<div class="post-info">
|
|
<h3 class="post-heading">
|
|
{{> modules "postHeading"}}
|
|
</h3>
|
|
<div class="post-meta">
|
|
{{> modules "postMeta"}}
|
|
</div>
|
|
</div>
|
|
</template>
|