2016-05-26 17:04:57 +02:00
|
|
|
{% set image = Image(section.image) %}
|
|
|
|
{{ image.copy() }}
|
2016-05-27 10:04:19 +02:00
|
|
|
<section class="panorama">
|
2016-05-27 11:57:03 +02:00
|
|
|
<img src="../{{ image.generate_thumbnail("x800") }}">
|
2016-05-26 17:04:57 +02:00
|
|
|
</section>
|