<%- __('text-resume') %>
<% if (page.about) { %>
<% page.about.forEach(function(text) { %>
<%- text %>
<% }) %> <% } %><%- __('text-skill') %>
-
<% if (page.skill) { %>
<% page.skill.forEach(function(text) { %>
- <%- text %> <% }) %> <% } %>
-
<%- __('text-education') %>
-
<% if (page.education) { %>
<% page.education.forEach(function(item) { %>
<%- item.school %>
<%- item.time %><% }) %> <% } %>
-
<%- __('text-workExp') %>
<% if (page.workExp) { %>
<% page.workExp.forEach(function(item) { %>
-
<%- item.inc %>
<%- item.time %>
<% }) %>
<% } %>
-
<%- __('text-project') %>
<% if (page.projectExp) { %>
<% page.projectExp.forEach(function(item) { %>
-
<%- item.name %>
<%- item.desc %>-
<% if (item.list) { %>
<% item.list.forEach(function(detail) { %>
- <%- detail %> <% }) %> <% } %>
<% }) %>
<% } %>