{% extends 'base.html.twig' %} {% block title %}Log in!{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}

 D'autres offres d'emploi
{% for oE in offres_emploi %}
{{ oE.titre }}
{% endfor %}
{% endblock %}