mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-28 09:40:14 -07:00
10 lines
155 B
Twig
10 lines
155 B
Twig
{% extends 'base.html.twig' %}
|
|
|
|
{% block body %}
|
|
|
|
{{ dump(set) }}
|
|
|
|
{% for part in parts %}
|
|
{{ dump(part) }}
|
|
{% endfor %}
|
|
{% endblock %} |