2016-02-09 07:31:52 +01:00
|
|
|
{% set image = Image(section.image) %}
|
|
|
|
{{ image.copy() }}
|
2015-12-10 05:49:04 +01:00
|
|
|
<section class="panorama">
|
2016-02-09 07:31:52 +01:00
|
|
|
<img src="{{ image.generate_thumbnail("x800") }}">
|
2015-12-10 05:49:04 +01:00
|
|
|
</section>
|