congo/layouts/_default/_markup/render-image.html

5 lines
195 B
HTML
Raw Normal View History

2023-09-12 20:16:14 +00:00
<figure>
{{ partial "picture.html" (dict "context" . "src" .Destination "alt" .Text) }}
{{ with .Title }}<figcaption class="text-center">{{ . | markdownify }}</figcaption>{{ end }}
</figure>