[mod] retab

This commit is contained in:
Laurent Peuch 2016-11-01 12:28:02 +01:00
parent 1c7cd448e2
commit 7f7d93d164

View File

@ -1,5 +1,5 @@
{% set image = Image(section.image) %} {% set image = Image(section.image) %}
{{ image.copy() }} {{ image.copy() }}
<div class="panorama"> <div class="panorama">
<img src="{{ image }}"> <img src="{{ image }}">
</div> </div>