{% include ('base.html.twig') %} {% block body %}
{% if milling is not null %}

{{ milling.title}}

{{ milling.header}}

{{ milling.description|raw }}
{% for image in milling.gifs %}
{% endfor %}
{% endif %} {% if cutting is not null %}

{{ cutting.title}}

{{ cutting.header}}

{{ cutting.description|raw }}
{% for image in cutting.gifs %}
{% endfor %}
{% endif %} {% if printing is not null %}

{{ printing.title}}

{{ printing.header}}

{{ printing.description|raw }}
{% for image in printing.gifs %}
{% endfor %}
{% endif %} {% if turning is not null %}

{{ turning.title}}

{{ turning.header}}

{{ turning.description|raw }}
{% for image in turning.gifs %}
{% endfor %}
{% endif %} {% if welding is not null %}

{{ welding.title}}

{{ welding.header}}

{{ welding.description|raw }}
{% for image in welding.gifs %}
{% endfor %}
{% endif %} {% if assembling is not null %}

{{ assembling.title}}

{{ assembling.header}}

{{ assembling.description|raw }}
{% for image in assembling.gifs %}
{% endfor %}
{% endif %}
{% include 'default/footer.html.twig' %} {% endblock %}