problem with home.html

— from Google translate —

Nota lateral: Ao postar código aqui, coloque-o em linhas de três acentos graves - `. Isso significa que você terá uma linha de ```, depois seu código e outra linha de ```. Isso força o software do fórum a manter seu código formatado corretamente.
(Tomei a liberdade de modificar seu código original para isso.)

Qual é o conteúdo da sua configuração INSTALLED_APPS?

Você geralmente quer evitar fazer declarações como essa, porque na maioria das vezes o código não está correto. Geralmente é mais fácil encontrar os problemas se você abordar isso com a mentalidade de “que erro eu cometi aqui?”

Neste caso em particular, parece que o nome do seu diretório "templates" está escrito incorretamente. (A imagem da estrutura do seu diretório mostra "templetes" e não "templates".)
Pode haver outras coisas erradas também, mas esta foi a primeira coisa que encontrei.

— the original English —

Side note: When posting code here, enclose your code in lines of three backticks - `. This means you’ll have a line of ```, then your code, and another line of ```. This forces the forum software to keep your code formatted correctly.
(I took the liberty of modifying your original code for this.)

What is the content of your INSTALLED_APPS setting?

You generally want to avoid making statements like this, because most of the time the code is not correct. It’s generally easier to find the issues if you approach this from the mindset of “what mistake did I make here?”

In this particular case, it looks like the name of your "templates" directory is spelled incorrectly. (Your directory structure image shows "templetes" and not "templates".)
There may be other things wrong as well, but this is the first thing I found.