Coverage for templates / 404.html: 0%

4 statements  

« prev     ^ index     » next       coverage.py v7.13.2, created at 2026-03-10 14:10 +0000

1{% extends '_base.html' %} 

2  

3{% block page_title %}404 Page not found){% endblock %} 

4{% block page_h2 %}404 Page not found{% endblock %} 

5  

6{% block page_body %} 

7<h1>Page not found</h1> 

8{% endblock %}