{% block meta %}{% endblock %} {% block links %} {% endblock %} {% include 'header.html' %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %} {% block body %} {% include 'sidebar.html' %} {% block right_sidebar %} {% include 'right_sidebar.html' %} {% endblock %} {% include 'book/add_book_modal.html' %}
{% block content %}{% endblock %}
{% endblock %} {% block scripts %} {% endblock %}