7 lines
199 B
HTML
7 lines
199 B
HTML
|
{% 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 %}
|