{{define "content"}}
Total Requests
{{ localizeInt .Requests}}
Successful Requests
{{localizeInt .SuccessfulRequests}}
Failed Requests
{{localizeInt .FailedRequests}}
Intercepted Requests
{{localizeInt .InterceptedRequests}}
Cache Hits
{{localizeInt .CacheHits}}
Cache Sets
{{localizeInt .CacheSets}}
{{end}}