{% import "macros.njk" as fn %}bitLogic - {{ industries[id].title }}

{{industries[id].header.title}}

{{industries[id].header.text}}

{{ fn.picture(id = 'pic-header', image = industries[id].header.img, alt=industries[id].header.alt, sm='lg', lg='xl') }}

Overview

{{industries[id].overview | safe}}

Services

{% for id_service in industries[id].services %} {% for key, service in services %} {% if key == id_service %}
card image

{{service.title}}

{{service.summary}}

{% endif %} {% endfor %} {% endfor %}

Case Studies

{% for id_cs in industries[id].casestudies %} {% for key, cs in casestudies %} {% if key == id_cs %}
card image

{{cs.title}}

{{cs.summary}}

Read more
{% endif %} {% endfor %} {% endfor %}

Useful links

    {% for link in industries[id].links %}
  1. {{link | safe}}
  2. {% endfor %}