here is the file:
foo.html is the header, bar.html is the file you want to render, when
you call self.render(bar.html, x='hello') and if {{x}} is in foo.html
it will be rendered as hello! it always take the latest file that will
be meged with the parent.