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