test/templates/frontend/index.html.twig

13 lines
266 B
Twig
Raw Normal View History

2024-01-18 12:39:10 +00:00
{% 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 %}