fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add a filter
[wolnelektury.git]
/
src
/
social
/
templates
/
social
/
carousel.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 %}