<%- include('partials/header.html'); %>

<%= name %>

<% if (description !== '

null

\n') { %>
<%- description %>
<% } %> <%- include('feed.html', { msgs }); %> <%- include('partials/footer.html'); %>