agahnim.dev/templates/notfound.html

6 lines
No EOL
101 B
HTML

{% extends "base.html" %}
{% block content %}
{% include "partials/notfound.html" %}
{% endblock %}