{% extends "index.html" %} {% block hero %}{% endblock hero%} {% block header %}
{% if lang =="en" %} {% set path = [""] | concat(with=section.components) | join(sep="/") %} {% else %} {% set path = [""] | concat(with=section.components | slice(start=1)) | join(sep="/") %} {% endif %} {{ macros::render_header(path=path) }}
{% endblock header %} {% block content %}
{{ section.content | safe}}

IT Solutions

Examples of things we can host for you or help you host it yourself.

{% endblock content %}