readDir
Syntax
readDir PATH
If your current project working directory has a single file named README.txt:
{{ range (readDir ".") }}{{ .Name }}{{ end }} → "README.txt"
For more information on using readDir and readFile in your templates, see Local File Templates.