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
2016-11-29 10:36:25 +01:00

7 lines
85 B
Twig

{% extends 'base.html.twig' %}
{% block body %}
{{ dump(set) }}
{% endblock %}