2015-12-09 05:31:32 +01:00
|
|
|
{{ helpers.copy_image(section.image) }}
|
|
|
|
<section class="bordered-picture baguette">
|
2016-01-18 00:34:46 +01:00
|
|
|
<a href="{{ helpers.get_image_name(section.image) }}">
|
|
|
|
<img src="{{ helpers.get_image_name(section.image) }}">
|
2015-12-09 05:31:32 +01:00
|
|
|
</a>
|
|
|
|
</section>
|