<% let index = 0; %> <% if(theme.about.title) { %>
<%- theme.about.title %>
<% } %> <% if(theme.about.introduction) { %>
<%- __('title.author') %>
<%- theme.about.introduction %>
<% } %> <% if(theme.about.blog) { %>
<%- __('title.blog') %>
<%- theme.about.blog %>
<% } %> <% if(theme.about.privacy) { %>
<%- __('title.privacy') %>
<%- theme.about.privacy %>
<% } %>