Sith/core/templates/core/404.html

10 lines
95 B
HTML
Raw Normal View History

{% extends "core/base.html" %}
{% block content %}
<h3>404, Not Found</h3>
{% endblock %}