diff options
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html index 212ce5e..0a887ce 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -6,7 +6,7 @@ <link rel="stylesheet" href="/static/css/bootstrap.min.css"> - <title>{{template "title"}} Guichet</title> + <title>{{template "title" .}} Guichet</title> </head> <body> <div class="container mb-4"> |