6 lines
151 B
HTML
Raw Normal View History

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