diff --git a/CalibreWebCompanion/library/templates/base.html b/CalibreWebCompanion/library/templates/base.html index 0b47aae..fb8494f 100644 --- a/CalibreWebCompanion/library/templates/base.html +++ b/CalibreWebCompanion/library/templates/base.html @@ -15,19 +15,20 @@
{% block sidebar %}
- About - Services - Clients - Contact - - {{counter}} books + {% for tag in tag_list %} + {{tag}} + + {% endfor %} + doesnt work +
{% endblock %}