7 lines
179 B
HTML
7 lines
179 B
HTML
|
{{ helpers.copy_image(section.image) }}
|
||
|
<section class="bordered-picture baguette">
|
||
|
<a href="{{ section.image }}">
|
||
|
<img src="{{ section.image }}">
|
||
|
</a>
|
||
|
</section>
|