{{$counter := getCookie .Data.Req "counter" | atoi | add 1}} {{toString $counter | setCookie .Data.Res "counter"}}
You have refreshed this page {{$counter}} time{{if gt $counter 1}}s{{end}}.