mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
8 lines
154 B
HTML
8 lines
154 B
HTML
{{ partial "heading.html" (dict
|
|
"level" .Level
|
|
"text" (.Text | safeHTML)
|
|
"id" (.Attributes.id | default .Anchor)
|
|
"class" .Attributes.class
|
|
)
|
|
}}
|