{% extends 'base.html' %} {% block main %}
back
{{ form.csrf_token }}

{{ form.title.label }} {{ form.title(size=20, class="form-control") }}



{{ form.author.label }} {% for author in form.author %} {% endfor %}
{{ author.author_name }}

{% endblock %}