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.
12 lines
349 B
Smarty
12 lines
349 B
Smarty
<!-- BEGIN posts -->
|
|
<!-- IF @first -->
|
|
<div class="card" style="border-color: {categories.bgColor}">
|
|
<p>
|
|
<strong>{categories.posts.user.username}</strong> <small class="timeago" title="{categories.posts.relativeTime}"></small>
|
|
</p>
|
|
<div class="post-content">
|
|
{categories.posts.content}
|
|
</div>
|
|
</div>
|
|
<!-- ENDIF @first -->
|
|
<!-- END posts --> |