website/templates/shortcodes/image.html
2024-11-12 21:06:52 -07:00

4 lines
No EOL
127 B
HTML

<figure>
<img src="{{ src }}" {% if alt %} alt="{{ alt }}"{% endif %}>
<figcaption>{{ caption }}</figcaption>
</figure>