mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-10 15:07:53 +00:00
4 lines
296 B
Twig
4 lines
296 B
Twig
|
<form class="margin-t-8-px" name="search" method="get" action="{{ path('search_index') }}">
|
||
|
<input class="min-width-200-px" type="text" name="query" value="{{ query }}" placeholder="{{'Keyword, file, extension, hash...'|trans }}" />
|
||
|
<input type="submit" value="{{'Search'|trans }}" />
|
||
|
</form>
|