mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-02 05:08:36 +00:00
490 B
490 B
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"