<% if (is_home()) { %>
<%- __('btn.recent_publish') %>
<% } else { %>
<%- __('btn.recent_publish') %>
<% } %>
<% if (page.category) { %>
<%- __('btn.category') + __('symbol.colon') + page.category %>
<% } else if (page.layout == 'categories') { %>
<%- __('btn.categories') %>
<% } else { %>
<%- __('btn.categories') %>
<% } %>
<% if (page.tag) { %>
<%- __('btn.tag') + __('symbol.colon') + page.tag %>
<% } else if (page.layout == 'tags') { %>
<%- __('btn.tags') %>
<% } else { %>
<%- __('btn.tags') %>
<% } %>
<% if (is_archive()) { %>
<%- __('btn.archives') %>
<% } else { %>
<%- __('btn.archives') %>
<% } %>