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

{{ upgrading.title}}

{{ upgrading.header}}

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

{{ workspace.title}}

{{ workspace.header}}

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

{{ designing.title}}

{{ designing.header}}

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

{{ component.title}}

{{ component.header}}

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