test/templates/frontend/index.html.twig
Jan Klattenhoff 7ba799eab1 feature: idk
2024-01-18 13:39:10 +01:00

13 lines
266 B
Twig

{% 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 %}