mirror of
https://github.com/shadps4-emu/ext-fmt.git
synced 2024-12-04 08:27:24 +00:00
10 lines
360 B
HTML
10 lines
360 B
HTML
{%- if pagename != "search" %}
|
|
<form class="navbar-form navbar-right" action="{{ pathto('search') }}" method="get">
|
|
<div class="form-group">
|
|
<input type="text" name="q" class="form-control" placeholder="Search" />
|
|
</div>
|
|
<input type="hidden" name="check_keywords" value="yes" />
|
|
<input type="hidden" name="area" value="default" />
|
|
</form>
|
|
{%- endif %}
|