<% include ../leftBar.html %>
My talents
<% include topBar.html %>
Name
Type
Price (coin)
Description
<% let i=1; if(data.length){%>
<% for(let val of data){%>
<%=val.talent_name%>
<%=val.type%>
<%=val.credit%>
<%=val.talent_desc%>
<% i++;}%>
<%}else{%>
No talents set.
<%}%>