Files
inventory-plus-plus/templates/page_bodies/conflict.html.tmpl
T
2026-01-11 15:53:42 -07:00

12 lines
171 B
Cheetah

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