<% if (site.posts.length){ %>
  <div class="nexmoe-widget-wrap">
    <h3 class="nexmoe-widget-title"><%= __('archive') %></h3>
    <div class="nexmoe-widget">
      <%- list_archives({show_count: options.widgetAchive.show_count, type: options.widgetAchive.archive_type}) %>
    </div>
  </div>
<% } %>

