summaryrefslogtreecommitdiff
path: root/client/html/home_featured_post.tpl
blob: 4e9be4a74338f4d8e374960e6de9e1fa923d166c (plain)
1
2
3
4
5
6
7
<div class='post-container'></div>
<% if (ctx.featuredPost) { %>
    <aside>
        Featured&nbsp;post:&nbsp;<%= ctx.makePostLink(ctx.featuredPost.id, true) %>,<wbr>
        posted&nbsp;<%= ctx.makeRelativeTime(ctx.featuredPost.creationTime) %>&nbsp;by&nbsp;<%= ctx.makeUserLink(ctx.featuredPost.user) %>
    </aside>
<% } %>