{% extends "templates/base.html" %} {% from "macros/_macros-cta.jinja" import cta %} {% block body_class %} is-paper {% endblock body_class %} {% block outer_content %} {% if hide_wrapper != True %}

Case Studies


{% endif %} {% block content %}{% endblock %} {% block cta_content %} {% if hide_wrapper != True %} {{ cta(title="Contact us", link="/contact-us", has_modal="true") }}
{% endif %} {% endblock %} {% endblock %}