mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
7 lines
No EOL
256 B
HTML
7 lines
No EOL
256 B
HTML
<template name="search">
|
|
{{#if canSearch}}
|
|
<div class="search {{searchQueryEmpty}} header-submodule">
|
|
<input id="search" type="search" class="search-field" placeholder="{{_ 'search'}}" value="{{searchQuery}}">
|
|
</div>
|
|
{{/if}}
|
|
</template> |