diff --git a/squelettes/inclure/block.html b/squelettes/inclure/block.html
index dc6e3f79fddb3cb000281aadb5bed9dfd4104bff..531111edf8fda392c67d6f85c7eef81221c26540 100644
--- a/squelettes/inclure/block.html
+++ b/squelettes/inclure/block.html
@@ -1,7 +1,7 @@
-<BOUCLE(BLOCKS){id_block}>
+<BOUCLE(BLOCKS spip_blocks_liens){id_block}>
 #SET{identifiant,#INFO_IDENTIFIANT{blocktypes,#ID_BLOCKTYPE}}
 #SET{squelette,#GET{identifiant}|blocks_trouver_squelette}
 <div class="block block--#GET{identifiant}"[ id="(#ANCRE)"]>
-	<INCLURE{fond=#GET{squelette},env}>
+	<INCLURE{fond=#GET{squelette}, env, objet=#OBJET, id_objet=#ID_OBJET}>
 </div>
 </BOUCLE>