redo html hierarchy and add basic css

This commit is contained in:
Vladan Popovic 2024-09-18 01:58:35 +02:00
parent fcab3fb6c3
commit 2c19c2fd31
5 changed files with 86 additions and 12 deletions

6
templates/search.html Normal file
View file

@ -0,0 +1,6 @@
{% 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 %}