Files
hinode/layouts/_markup/render-image.html
2025-06-07 08:00:56 +02:00

16 lines
443 B
HTML

{{ partial "assets/image.html" (dict
"src" .Destination
"page" .Page
"caption" .Title
"title" .Text
"anchor" .Attributes.anchor
"class" .Attributes.class
"figclass" .Attributes.figclass
"loading" .Attributes.loading
"mode" .Attributes.mode
"plain" .Attributes.plain
"portrait" .Attributes.portrait
"ratio" .Attributes.ratio
"wrapper" .Attributes.wrapper
) }}