Template {{.Args 0}} not working

Doing {{index .Args 0}} fixed it.
But then how would I do something like:

{{include "/templates/head.html" .URL.Query.Get "name"}}

1 Like