% if (page.total>1){ %> <% if(page.prev){ %> <%- __('Paginator.Prev') %> <% } %> <% if(page.next){ %> <%- __('Paginator.Next') %> <% } %> <% } %> <% if (!is_home()) { %> <% if(page.tags){ %> <% page.tags.forEach(function(tag){ %> <%= tag.name%> <% }) %> <% } %> <% } %> <% if (is_post()){ %> <%if(page.prev){%> <%= page.prev.title %> <% } %> <%if(page.next){%> <%= page.next.title %> <% } %> <%}%>