mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-18 07:23:09 +00:00
16 lines
443 B
HTML
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
|
|
) }}
|