- Pin Dockerfile to Go 1.23 to match go.mod - Record README front-door audit findings
10 lines
565 B
HTML
10 lines
565 B
HTML
{{- /* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial */ -}}
|
|
{{- /* SPDX-FileCopyrightText: 2025-2026 Christian Galo */ -}}
|
|
|
|
<!-- Operator-subtree 404 — rendered (with status 404) for any /operator/*
|
|
path no handler claims, so a mistyped or truncated operator URL stays
|
|
inside the operator shell instead of silently falling through to the
|
|
member dashboard. -->
|
|
{{ template "pageHeader" .Header }}
|
|
<p class="text-muted">There is no operator page at <code>{{ .Path }}</code>. <a href="/operator">Go to the Operator overview</a>.</p>
|