Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
•
4d74b81
1
Parent(s):
68215ef
✨ feat: change the name of the search bar template (#185)
Browse files
public/templates/search.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{{>header this.style}}
|
2 |
<main class="results">
|
3 |
-
{{>
|
4 |
<div class="results_aggregated">
|
5 |
{{#if results}} {{#each results}}
|
6 |
<div class="result">
|
|
|
1 |
{{>header this.style}}
|
2 |
<main class="results">
|
3 |
+
{{>search_page_search_bar this}}
|
4 |
<div class="results_aggregated">
|
5 |
{{#if results}} {{#each results}}
|
6 |
<div class="result">
|