2 lines
100 B
HTML
2 lines
100 B
HTML
{% extends "base.html" %} {% block content %} {% include
|
|
"partials/notfound.html" %} {% endblock %}
|