{% comment %} CloudPanel — project-level 404 entry point. Django's default handler404 resolves the bare name "404.html"; the panel keeps the real markup next to the rest of the base chrome in baseTemplate/templates/baseTemplate/404.html, so this file only forwards to it. Including (rather than extending) keeps the included template's own document intact. {% endcomment %}{% include "baseTemplate/404.html" %}