2022-01-20 03:21:51 +09:00
|
|
|
<section class="section-form form-search" title="{{ 'Search for notes, actors, and beyond' | trans }}">
|
|
|
|
{{ form_start(search) }}
|
|
|
|
<span>{{ form_row(search.search_query) }}{{ form_row(search.submit_search) }}</span>
|
|
|
|
{{ form_rest(search) }}
|
|
|
|
{{ form_end(search) }}
|
2022-01-18 01:32:41 +09:00
|
|
|
</section>
|