I have a base.html file which contains the base of all of the HTML pages. I want to create 404.html page:
base.html
404.html
{% extends \'base.html\' %