|
|
|
<div class="card" style="border-color: {../bgColor}">
|
|
|
|
<!-- BEGIN posts -->
|
|
|
|
<!-- IF @first -->
|
|
|
|
<div component="category/posts">
|
|
|
|
<p>
|
|
|
|
<a href="{config.relative_path}/user/{../user.userslug}"><img class="user-img" title="{../user.username}" src="{../user.picture}" /></a>
|
|
|
|
<a class="permalink" href="{config.relative_path}/topic/{../topic.slug}<!-- IF ../index -->/{../index}<!-- ENDIF ../index -->">
|
|
|
|
<small class="timeago" title="{../relativeTime}"></small>
|
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
<div class="post-content">
|
|
|
|
{../content}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- ENDIF @first -->
|
|
|
|
<!-- END posts -->
|
|
|
|
|
|
|
|
<!-- IF !../posts.length -->
|
|
|
|
<div component="category/posts">
|
|
|
|
<div class="post-content">
|
|
|
|
[[category:no_new_posts]]
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- ENDIF !../posts.length -->
|
|
|
|
</div>
|