fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2d917214393d9e6dbbc13c1c81520af303d46358
[wolnelektury.git]
/
src
/
social
/
templates
/
social
/
carousel_2022.html
1
{% for banner in banners %}
2
{% if banner.picture %}
3
<div style="background-image: url('{{ banner.picture.url }}');">
4
<a href="{{ banner.link }}"></a>
5
</div>
6
{% endif %}
7
{% endfor %}