Bonjour

je viens de créer mon premier bundle avec symfony2. j'ai un template que j'ai appelé layout.html son chemin est:

MonBundle/resources/views/layout.html

l'index MonBundle/resources/views/default/index.html.twig

J'appel le template comme suit:{% extends "MonBundle::layout.html.twig"%}
et quand j’exécute j'ai les erreurs suivantes

InvalidArgumentException: Unable to find template "MonBundle::layout.html.twig".

Twig_Error_Loader: Unable to find template "Mon::layout.html.twig".

aidez moi SVP