7 lines
147 B
HTML
7 lines
147 B
HTML
<!-- prettier-ignore -->
|
|
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1>Sorry the requested content could not be found</h1>
|
|
{% endblock %}
|