Simple carousel on eink.
[wolnelektury.git] / src / social / templates / social / shelf_tags.html
1 {% spaceless %}
2   <ul class='social-shelf-tags'>
3     {% for tag in tags %}
4       <li><a href="{{ tag.get_absolute_url }}">{{ tag.name }}</a></li>
5     {% endfor %}
6   </ul>
7 {% endspaceless %}