magcms/templates/sections/bordered-picture.html

7 lines
179 B
HTML
Raw Normal View History

2015-12-09 05:31:32 +01:00
{{ helpers.copy_image(section.image) }}
<section class="bordered-picture baguette">
<a href="{{ section.image }}">
<img src="{{ section.image }}">
</a>
</section>