Request Method: GET.
Request URL: http://127.0.0.1:8000/.
Django Version: 3.2.9.
Exception Type: TemplateDoesNotExist.
Exception Value: HomePage.html.
Exception Value: base.html.
{% extends 'HomePage.html' %} {% load static %} {% block content %}
{% extends 'base.html' %} {% load static %} {% block content %}
solution
--- If template in same folder.
./template name with extensions.
eg:- ./HomePage.html
-- If template exist in other folder
-- ../dir/page name with extention
eg:- ./HomePage.html