2016-02-09 07:31:52 +01:00
|
|
|
{% set image = Image(section.image) %}
|
|
|
|
{{ image.copy()}}
|
2015-12-09 05:31:32 +01:00
|
|
|
<section class="bordered-picture baguette">
|
2016-02-09 07:31:52 +01:00
|
|
|
<a href="{{ image }}">
|
|
|
|
<img src="{{ image }}">
|
2015-12-09 05:31:32 +01:00
|
|
|
</a>
|
|
|
|
</section>
|