<%- css("/css/dba23209.css")%>

<%- __('text-resume') %>

<% if (page.about) { %> <% page.about.forEach(function(text) { %>

<%- text %>

<% }) %> <% } %>

<%- __('text-skill') %>

<%- __('text-portfolio') %>

<% if (page.portfolio) { %> <% page.portfolio.forEach(function(item) { %>

<%- item.iconSVG %>

<%= item.name %>

<%= item.desc %>

<% }) %> <% } %>
<%- js("/js/9f1cd854.js")%>