[enh] handle pictures group \o/
This commit is contained in:
parent
49c8afd5c0
commit
7468d4aa56
17
templates/sections/pictures-group.html
Normal file
17
templates/sections/pictures-group.html
Normal file
@ -0,0 +1,17 @@
|
||||
<section class="pictures-group baguette">
|
||||
{% for line in section.images %}
|
||||
<div class="pictures-line">
|
||||
{% for image in line %}
|
||||
{{ helpers.copy_image(image) }}
|
||||
<div class="picture">
|
||||
<a href="{{ image }}">
|
||||
<img src="{{ image }}">
|
||||
</a>
|
||||
</div>
|
||||
{% if not loop.last %}
|
||||
<div class="separator"></div>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</section>
|
||||
Loading…
x
Reference in New Issue
Block a user