{% extends '_base_detail.html' %} {% import 'macros/form.html'as f with context %} {% import 'macros/modal-window.html' as modal with context %} {% block note %}

Notes

{% call f.form_tag('library.detail', genre=book.genre.title, book_id=book.id, title=book.title) %} {% call f.form_group(form.text, id='editor1', placeholder="Enter Text", rows='5', cols='50') %} {% endcall %} {% endcall %} {% endblock %}