neon_arch
✨ feat: provide a partial (template) for the two search bars (#185)
0e14c7d
raw
history blame
No virus
191 Bytes
<div class="search_bar">
<input type="search" name="search-box" value="{{this.pageQuery}}" placeholder="Type to search" />
<button type="submit" onclick="searchWeb()">search</button>