{% extends 'base.html.twig' %}
{% block page_container %}
<section class="bg-title-grey">
<div class="page-wrapper section-content">
<h1 class="ct-blue ff-os-bold m-0 text-uppercase">{{ "section.templates.our_company.history.title"|trans|upper }}</h1>
</div>
</section>
<div class="page-wrapper {% if not is_mobile() %}mt-1r{% endif %}">
{% if is_mobile() %}
{% include 'app/Section/templates/History/Mobile/_timeline.html.twig' %}
{% else %}
{% include 'app/Section/templates/History/Desktop/_timeline.html.twig' %}
{% endif %}
</div>
{% endblock %}