{% extends "base.html" %} {% block css %} {% endblock %} {% block main %}

Nothing in the library yet with: {{ title }}


{% with messages = get_flashed_messages() %} {% if messages %}
{% endif %} {% endwith %}

Add this potential book:

{{ form.csrf_token }}
Title: {{ form.title (size=34, class="form-control") }}

Author(s): {% for author in form.author %} {% endfor %}
{{ author.author_name (size=40)}}

Category: {{ form.category(size=27, class="form-control") }}

{{ form.file }} {{ form.upload }} {{ form.wish }}

go back home?

{% endblock %}