-
<% if(!currentUser) { %>
- Search for blog posts
- About
- Minimal broswers <% } else { %>
- My Blog
- Create a blog post
- Search for blog posts
- About
- Minimal broswers <% } %>
<% let type = ''; %>
<% posts.map((post) => { %>
<% if(post.tag === type) { %>
<% } else { %>
<% } %>
<% }) %>