7 lines
185 B
HTML
7 lines
185 B
HTML
|
<div class="image-size-control" style="
|
||
|
{{- with (.Get "width") }}width: {{ . }};{{ end -}}
|
||
|
{{- with (.Get "height") }}height: {{ . }};{{ end -}}
|
||
|
">
|
||
|
{{ .Inner | markdownify }}
|
||
|
</div>
|