torent-downloader/templates/search.html

7 lines
199 B
HTML
Raw Normal View History

2024-09-18 01:58:35 +02:00
{% block content %}
<form hx-get="/list" hx-replace-url="true" hx-target="#content">
<input type=text name=query />
<button type=submit>search</button>
</form>
{% endblock %}