current state
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<%~ E.includeFile("head.eta.html", {"title": "Item Info"}) %>
|
||||
<%~ E.includeFile("partials/head.eta.html", {"title": "Item Info"}) %>
|
||||
|
||||
<div class="ui raised very padded text container segment">
|
||||
<h2 class="ui header"><%= it.name %></h2>
|
||||
<div class="text-center">
|
||||
<h2><%= it.name %></h2>
|
||||
<p><strong>Category:</strong> <%= it.category%></p>
|
||||
<p><strong>Amount:</strong> <%= it.Amount %></p>
|
||||
<p><strong>SKU:</strong> <%= it.SKU %></p>
|
||||
@ -9,4 +9,4 @@
|
||||
</div>
|
||||
|
||||
|
||||
<%~ E.includeFile("foot.eta.html") %>
|
||||
<%~ E.includeFile("partials/foot.eta.html") %>
|
Reference in New Issue
Block a user