mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
490 B
490 B
title, linkTitle, description, categories, keywords, menu, function, relatedFunctions, aliases
title | linkTitle | description | categories | keywords | menu | function | relatedFunctions | aliases | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fmt.Println | println | Prints the default representation of the given argument using the standard `fmt.Print` function and enforces a linebreak. |
|
|
|
|
|
{{ println "foo" }} → "foo\n"