implement basic search

This commit is contained in:
yggverse 2025-08-11 16:58:57 +03:00
parent a5133b006b
commit 97ac3d9dce
4 changed files with 82 additions and 11 deletions

View file

@ -14,6 +14,10 @@
{% if meta.trackers %}
<div>{% for tracker in meta.trackers %}<code>{{ tracker }}</code>{% endfor %}</div>
{% endif %}
<form action="/" method="GET">
<input type="text" name="search" value="{% if search %}{{ search }}{% endif %}" placeholder="Keyword, file, hash..." />
<input type="submit" value="Search" />
</form>
</header>
<main>
{% block content %}{% endblock content %}