blog/tblog/templates/404.html

10 lines
242 B
HTML
Raw Normal View History

2024-12-31 19:56:46 -05:00
{% extends "base.html" %}
{% block title %}Page Not Found - {% endblock %}
{% block body %}
<h1>Hmm. That doesn't look right.</h1>
Make sure the URL is correct and try again.
<small>(Error 404 - Page not found)</small>
{% endblock %}