-
<% if(!currentUser) { %>
- Search for blog posts
- About
- Minimal broswers <% } else { %>
- My Blog
- Create a blog post
- Search for blog posts
- About
- Minimal broswers <% } %>
<% posts.map((post) => { %>
<% }) %>
%- include('../partials/header') %>