6 lines
149 B
HTML
Raw Normal View History

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