<% if(theme.customize.thumbnail == true) { %>
<%- partial('thumbnail.ejs', { post: post }) %>
<% } %>
<%- partial('post/title', { class_name: 'archive-article-title' }) %>

<%- excerpt(post) %>

<%= __('article.more') %>