ljg.sh/ljg/core/templates/404.html

6 lines
109 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block title %}Not Found – {{ APP_TITLE }}{% endblock %}