]> git.phdru.name Git - m_librarian.git/blob - views/search_books.tmpl
Docs(TODO): These items are for wxPython
[m_librarian.git] / views / search_books.tmpl
1 #encoding utf-8
2 #extends views.layout
3 #attr $title = 'Поиск книг'
4 #def body
5 <h1>$title</h1>
6
7 #from views.search_books_form import search_books_form
8 $search_books_form(searchList=$searchList)
9 #end def