The content of the blocks if coming from an included view are displayed twice.
This is the situation I am in. - Main_layout.html includes blocks.html. - Index.html extends main_layout.html, overriding the blocks defined in blocks.html. In this cas, the blocks are displayed once as blocks and another as simple text. This doesn't happen if the content of blocks.html is pasted in main_layout.html. Looks like a bug, no ?