5 lines
150 B
HTML
Raw Normal View History

2015-12-10 05:49:04 +01:00
{{ helpers.copy_image(section.image) }}
<section class="panorama">
2015-12-10 06:19:01 +01:00
<img src="{{ helpers.generate_thumbnail(section.image, "x800") }}">
2015-12-10 05:49:04 +01:00
</section>