[TASK] add quick search index
This commit is contained in:
@ -3,6 +3,13 @@
|
||||
<body>
|
||||
{{header}}
|
||||
<main class="container">
|
||||
<input
|
||||
id="filter-js"
|
||||
type="search"
|
||||
name="search"
|
||||
placeholder="Suchen"
|
||||
aria-label="Suchen"
|
||||
/>
|
||||
<ol>
|
||||
{{content}}
|
||||
</ol>
|
||||
|
Reference in New Issue
Block a user