Adrien Beudin d3eea46393 Revert "move default theme in themes folder"
This reverts commit bf986ded7da83d4183a57c09e3c603abdaa94d62.
2016-02-22 16:32:44 +01:00

6 lines
151 B
HTML

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