{% extends 'index.html' %} {% set current_path = '' %} {% block title %} Page not found {% endblock %} {# This overrides current_path checking since 404 pages don't have a fixed path #} {% block is_active %} {% endblock %} {% block content %}

(╯°□°)╯︵ ┻━┻

{% endblock %}