{% extends 'base.html.twig' %} {% block title %}Bienvenue sur Hegreshpere{% endblock %} {% block body %}

Liste des annonces

{% for ann in announcements %}

{{ ann.title }}

{{ ann.company.name }}

{{ ann.description }}

------------------------------ {% endfor %} {% endblock %}