2022-05-05 16:00:44 +02:00

6 lines
149 B
HTML
Executable File

{% set image = Image(section.image) %}
{{ image.copy() }}
<section class="panorama">
<img src="{{ image.generate_thumbnail("x800") }}">
</section>