5 lines
182 B
HTML
5 lines
182 B
HTML
<form method="post" action="$${{action}}">
|
|
<label>$${{label}}: <input type="search" name="search" value="$${{search}}"></label>
|
|
<button type="submit">Search</button>
|
|
</form>
|