abtmtr-v13/views/components/computer-boxes.ejs
2024-08-21 01:05:24 -05:00

14 lines
No EOL
303 B
Text

<div class="Computerbox" id="<%= id %>">
<div class="ComputerboxDesc">
<div>
<h2><%= name %></h2>
<p><%= whenGot.month %> <%= whenGot.year %></p>
</div>
<div>
<p><%= model %></p>
<p><%= description %></p>
</div>
</div>
<hr />
<p><%= subtitle %></p>
</div>