{% extends 'base.html.twig' %} {% block title %}Bienvenue{% endblock %} {% block body %}
{% include "./header.html.twig" %} {# {% include "./test.Haml" %} #} {% include "./presentation.html.twig" %} {% include "./sectionService.html.twig" %} {% include "./portfolio.html.twig" %} {# {% include "./carousel.html.twig" %} #} {% include "./aboutSection.html.twig" %} {% include "./contact.html.twig" %} {# {% include "./contactForm.html.twig" %} #} {% include "./footer.html.twig" %}
{% endblock %}