mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
Merge commit 'b3d87dd0fd746f07f9afa6e6a2969aea41da6a38'
This commit is contained in:
@@ -34,6 +34,11 @@ Use the [`printf`] function (render) or [`warnf`] function (log to console) to i
|
||||
{{ printf "%[1]v (%[1]T)" $value }} → 42 (int)
|
||||
```
|
||||
|
||||
{{< new-in 0.146.0 />}}
|
||||
|
||||
Use the [`templates.Current`] function to visually mark template execution boundaries or to display the template call stack.
|
||||
|
||||
[`debug.Dump`]: /functions/debug/dump/
|
||||
[`printf`]: /functions/fmt/printf/
|
||||
[`warnf`]: /functions/fmt/warnf/
|
||||
[`templates.Current`]: /functions/templates/current/
|
||||
|
Reference in New Issue
Block a user