mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
9 lines
241 B
Plaintext
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> |