mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-19 12:23:43 +00:00
462 B
462 B
title, description, categories, keywords, action, aliases
| title | description | categories | keywords | action | aliases | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| fmt.Print | Prints the default representation of the given arguments using the standard `fmt.Print` function. |
|
|
{{ print "foo" }} → foo
{{ print "foo" "bar" }} → foobar
{{ print (slice 1 2 3) }} → [1 2 3]