blog/templates/shortcodes/image.html

4 lines
84 B
HTML
Raw Normal View History

2023-03-31 21:59:07 +02:00
<figure>
<img src="{{ get_url(path=url) }}" alt="{{ description }}"/>
</figure>