add search
This commit is contained in:
parent
f6f179e071
commit
23cb696f61
3 changed files with 41 additions and 7 deletions
|
@ -3,11 +3,15 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>Very wichtig!</title>
|
||||
<title>Stadtratmonitor</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Henlo Welt!</h1>
|
||||
<h1>Stadtratmonitor</h1>
|
||||
<form action="/search" method="get">
|
||||
<input type="search" name="q" placeholder="Suchen">
|
||||
<button>Suchen</button>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
</html>
|
14
templates/search.html.tera
Normal file
14
templates/search.html.tera
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Stadtratmonitor</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Stadtratmonitor</h1>
|
||||
<p>{{ query }}</p>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue