{{ $index := intVal (index (index .Request.URL.Query "index") 0) }} {{ if lt $index (len .Data) }} {{ with index .Data $index }}

Product

Cancel
{{ end }} {{ else }}

No Product At Specified Index

{{ end }}