Add title to template
This commit is contained in:
parent
63ac71cf9a
commit
652bd7a07a
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title> MEEAT ⋄ {{ meet.title }} </title>
|
||||
<script src="/static/htmx.min.js"></script>
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue