7 lines
327 B
Smarty
7 lines
327 B
Smarty
<div class='post-container'></div>
|
|
<% if (ctx.featuredPost) { %>
|
|
<aside>
|
|
Featured post: <%= ctx.makePostLink(ctx.featuredPost.id, true) %>,<wbr>
|
|
posted <%= ctx.makeRelativeTime(ctx.featuredPost.creationTime) %> by <%= ctx.makeUserLink(ctx.featuredPost.user) %>
|
|
</aside>
|
|
<% } %>
|