diff options
Diffstat (limited to 'internal/web/templates/index.html')
| -rw-r--r-- | internal/web/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/web/templates/index.html b/internal/web/templates/index.html index 24d8c5e..54630e7 100644 --- a/internal/web/templates/index.html +++ b/internal/web/templates/index.html @@ -3,11 +3,11 @@ <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title>OpenStore</title> + <title>{{ .Name }}</title> <link href="css/style.css" rel="stylesheet" /> </head> <body> - <h1>Welcome to openstore!</h1> + <h1>Welcome to {{ .Name }}!</h1> <p>Work in progress...</p> </body> </html> |
