snipt/snipt/templates/404.html

8 lines
158 B
HTML

{% extends "base.html" %}
{% block page-title %}Page Not Found - {{ block.super }}{% endblock %}
{% block content %}
404: Page Not Found
{% endblock %}