6 lines
202 B
HTML
6 lines
202 B
HTML
{% extends "_layout.html" %}
|
|
{% block title %}Not found{% endblock %}
|
|
{% block content %}
|
|
Yep... the resource, you were searching for, is named differently, doesn't exist or was removed.
|
|
{% endblock %}
|