1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-28 09:40:14 -07:00
PrintABrick/app/Resources/views/sets/detail.html.twig
2017-01-09 15:41:58 +01:00

10 lines
155 B
Twig

{% extends 'base.html.twig' %}
{% block body %}
{{ dump(set) }}
{% for part in parts %}
{{ dump(part) }}
{% endfor %}
{% endblock %}