feature: idk
This commit is contained in:
parent
28810c6910
commit
7ba799eab1
11 changed files with 410 additions and 8 deletions
|
@ -0,0 +1,13 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Printers</h1>
|
||||
<table id="table">
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Price</th>
|
||||
<th>Build Volume</th>
|
||||
<th>Max Speed</th>
|
||||
</tr>
|
||||
</table>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue