1 2 3 4 5 6 7
<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> <% } %>
© 2015 - 2026 Jakob L. Kreuze