<%- include('partials/p_head')%> Reddit Sub: <%= name %> <%- include('partials/p_navbar')%>

Your sub reddit is <%= name %>

<%= description %> ( <%= subscribers %> subscribers )


<% for(let post of posts) { %>

<%= post.title %> - <%= post.author %>

<% if(post.img) { %> alt="" width=200px> <% } %>
<% } %>

<%- include('partials/p_footer')%>