6 lines
148 B
HTML
Raw Normal View History

2016-05-26 17:04:57 +02:00
{% set image = Image(section.image) %}
{{ image.copy() }}
2016-05-26 22:13:17 +02:00
<section class="image">
2016-05-26 17:04:57 +02:00
<img src="{{ image.generate_thumbnail("x800") }}">
</section>