templates/home/ecosysteme.html.twig line 1

Open in your IDE?
  1. {% extends 'layouts/main.html.twig' %}
    
    {% block title %}InstantMARK – Le marketing à chaque instant{% endblock %}
    
    {% block meta_description %}
    Webmarketing
    {% endblock %}
    
    {% block content %}
    
    
    <div class="container-xxl py-5 bg-dark hero-header mb-5">
                    <div class="container text-center my-5 pt-5 pb-4">
                        <h1 class="display-3 text-white mb-3 animated slideInDown">ECOSYSTEME</h1>
                    </div>
    </div>
    
    {% endblock %}