redo html hierarchy and add basic css
This commit is contained in:
parent
fcab3fb6c3
commit
2c19c2fd31
5 changed files with 86 additions and 12 deletions
6
templates/search.html
Normal file
6
templates/search.html
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue