You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
654 B
Smarty

<div class="card" style="border-color: {../bgColor}">
<!-- BEGIN posts -->
<!-- IF @first -->
<div component="category/posts">
<p>
<strong>{../user.username}</strong>
<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">
No new posts.
</div>
<div>
<!-- ENDIF !../posts.length -->
</div>