fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
aad9742f56b957016f37929abd47282c7b96ea63
[wolnelektury.git]
/
wolnelektury
/
templates
/
catalogue
/
related_books.html
1
{% load book_mini from catalogue_tags %}
2
3
{% spaceless %}
4
{% for book in books %}
5
{% book_mini book %}
6
{% endfor %}
7
{% endspaceless %}