-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
DocumentationIssues describing a change to documentation.Issues describing a change to documentation.FrozenDueToAge
Description
What version of Go are you using (go version)?
Current documentation: Build version go1.9.2.
What did you see?
It is described that:
{{block "name" pipeline}} T1 {{end}}
is equivalent to:
{{define "name"}} T1 {{end}}
{{template "name" .}}
What did you expect to see instead?
Shouldn't it be equivalent to:
{{define "name"}} T1 {{end}}
{{template "name" pipeline}}
jimmyfrasche, gllmflndn and ysmolski
Metadata
Metadata
Assignees
Labels
DocumentationIssues describing a change to documentation.Issues describing a change to documentation.FrozenDueToAge