{% extends "extends_1.html" %} This is content from "extends_2.html", you should not see it {% block two %} This is the "extends_2.html" content in block 'two' {% include "include_base.html" %} {% end %}