7 lines
No EOL
175 B
Text
7 lines
No EOL
175 B
Text
extends layout
|
|
|
|
block content
|
|
h1= 'Find some items'
|
|
form(action='/search', method='post')
|
|
input(type='text', name='searchText')
|
|
input(type='submit', name='Search') |