{% block title %}
Local Library
{% endblock %}
{% load static %}
{% block sidebar %}
Books
Authors
Publishers
Ratings
Tags
{% for tag in tag_list %}
{{tag}}
{% endfor %}
doesnt work
{% endblock %}
{% block content %}{% endblock %}