When I try to render it with FileSystemLoader everything goes ok, but
when using the CachedFileSystemLoader, it says that `base` template
can't be found.
When I delete the `{% extends %}` tag, the home template renders ok and
it is cached.
Any ideas why it's not working? :(