5 lines
150 B
HTML
5 lines
150 B
HTML
{{ helpers.copy_image(section.image) }}
|
|
<section class="panorama">
|
|
<img src="{{ helpers.generate_thumbnail(section.image, "x800") }}">
|
|
</section>
|