jgrivolla commited on
Commit
a953942
·
1 Parent(s): 16cdb78

make page title configurable

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Murmel Bibliothek TEST</title>
7
  <style>
8
  body { font-family: Arial, sans-serif; max-width: 600px; margin: 0 auto; padding: 20px; }
9
  select, input, button { margin: 10px 0; padding: 5px; }
@@ -11,7 +11,7 @@
11
  </style>
12
  </head>
13
  <body>
14
- <h1>Murmel Bibliothek TEST</h1>
15
 
16
  <h2>Buch zurückgeben</h2>
17
  <input type="number" id="returnBookId" placeholder="Buchnummer eingeben">
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>{{ page_title }}</title>
7
  <style>
8
  body { font-family: Arial, sans-serif; max-width: 600px; margin: 0 auto; padding: 20px; }
9
  select, input, button { margin: 10px 0; padding: 5px; }
 
11
  </style>
12
  </head>
13
  <body>
14
+ <h1>{{ page_title }}</h1>
15
 
16
  <h2>Buch zurückgeben</h2>
17
  <input type="number" id="returnBookId" placeholder="Buchnummer eingeben">