<%- partial('_partial/post-statis') %>
<%- partial('_partial/post-statis') %>
<%- config.author %>
<%- theme.profile.career %>
<%- partial('_partial/social-link') %>
<%- partial('_partial/social-link') %>
<%= theme.profile.introduction %>
<%- partial('_widget/post-charts') %>
<% if (theme.myProjects && theme.myProjects.enable) { %>
<%- partial('_widget/my-projects') %>
<% } %>
<% if (theme.mySkills && theme.mySkills.enable) { %>
<%- partial('_widget/my-skills') %>
<% } %>
<% if (theme.myGallery && theme.myGallery.enable) { %>
<%- partial('_widget/my-gallery') %>
<% } %>