snipt/templates/404.html

10 lines
236 B
HTML

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