<%= ctx.name %>

<% if (ctx.canListPosts) { %>
<%= ctx.makeButton({name: 'all-posts', value: 'Browse all posts'}) %> or <%= ctx.makeTextInput({name: 'search-text', placeholder: 'enter some tags'}) %>
<% } %> <% if (ctx.featuredPost) { %> <% } %>