%
// the projects information of theme _config.yml.
var myprojects = theme.myProjects.data;
%>
<%- __('myProjects') %>
<% if (myprojects) { %>
<% Object.keys(myprojects).forEach(function(project) { %>
<%= myprojects[project].desc %>
<% }); %>
<% } %>