Files
inventory-plus-plus/templates/page_bodies/conflict.html.tmpl
T
2026-01-13 22:07:20 -07:00

12 lines
173 B
Cheetah

{{- define "title" }} Inventory++ Invalid Link {{ end }}
<section>
Invalid Link: {{ .Request.URL.Path }}
</section>
<section>
<a href="/ui">Return Home</a>
</section>