mirror of
https://github.com/jlengrand/irma-website.git
synced 2026-03-10 08:21:20 +00:00
10 lines
293 B
HTML
10 lines
293 B
HTML
<section class="block block-media-1">
|
|
<div class="container">
|
|
<figure>
|
|
<img src="{{ section.image | relative_url }}" alt="{{ section.caption }}">
|
|
{% if section.caption %}
|
|
<figcaption>{{ section.caption }}</figcaption>
|
|
{% endif %}
|
|
</figure>
|
|
</div>
|
|
</section> |