]> git.phdru.name Git - m_librarian.git/blobdiff - m_librarian/web/views/index.tmpl
Feat(web): Search authors
[m_librarian.git] / m_librarian / web / views / index.tmpl
index 9832186812d628189bec49f712a7cf65cb49b863..57c6b74f81a116bc4c5b457b7588035fad06a466 100644 (file)
@@ -1,9 +1,9 @@
+#encoding utf-8
 #extends views.layout
-#attr $title = 'Index'
+#attr $title = 'Поиск'
 #def body
-<h1>Index</h1>
+<h1>Поиск авторов</h1>
 
-<p>Hello, World!</p>
-
-<p><a href="/quit">Quit</a></p>
+#from views.search_authors_form import search_authors_form
+$search_authors_form()
 #end def