1
0
Fork 0

Tags and tables

This commit is contained in:
Mouse Reeve 2020-09-29 14:11:55 -07:00
parent 37a0ec0ba3
commit 0bea615b82
8 changed files with 45 additions and 37 deletions

View file

@ -71,9 +71,11 @@
{% endif %}
<div class="block">
<div class="field is-grouped is-grouped-multiline">
{% for tag in tags %}
{% include 'snippets/tag.html' with book=book tag=tag user_tags=user_tags %}
{% endfor %}
</div>
</div>
</div>