Files
bonob/web/views/icons.eta
2021-08-30 15:56:43 +10:00

9 lines
241 B
Plaintext

<% layout('./layout') %>
<div id="content">
<% it.icons.forEach(function(icon) { %>
<%= icon[0] %>
<div style="width:100px; height:100px; border: 1px; border-style: solid;">
<%~ icon[1] %>
</div><br><br>
<% }) %>
</div>