assetflow/src/frontend/publicInfoPage.eta.html

13 lines
398 B
HTML

<%~ E.includeFile("partials/head.eta.html", {"title": "Item Info"}) %>
<div class="text-center">
<h2><%= it.name %></h2>
<p><strong>Comment:</strong> <%= it.comment %></p>
<p><strong>Category:</strong> <%= it.category.name %></p>
<p><strong>Amount:</strong> <%= it.amount %></p>
<p><strong>SKU:</strong> <%= it.SKU %></p>
</div>
<%~ E.includeFile("partials/foot.eta.html") %>