<%= ctx.name %>

<% if (ctx.canListPosts) { %>
  • <%= ctx.makeTextInput({id: 'search-text', name: 'search-text'}) %>
<% } %>
<% if (ctx.featuredPost) { %> <% } %>