Skip to content
Snippets Groups Projects
Verified Commit d1d62505 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

add figure

parent f4d08c16
No related branches found
No related tags found
1 merge request!29Feat/redesign
Pipeline #18365 passed
<figure class="flex flex-col gap-2 max-w-max p-4">
<img
src="{{ source }}"
alt="{{ alt }}"
>
{% if caption %}
<figcaption
class="text-grey-250 italic text-sm"
>{{ caption }}</figcaption>
{% endif %}
</figure>
context:
source: https://picsum.photos/536/354
alt: 'Picture of Elephant'
caption: 'Picture of Elephant'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment