Use base url to generate template links/redirects

This commit is contained in:
2022-08-02 11:48:42 +02:00
parent 5beae19d21
commit d786d3a26f
7 changed files with 29 additions and 8 deletions

View File

@ -1,4 +1,4 @@
{{define "title"}}Accueil{{end}}
{{define "title"}}Home | OIDC Test App{{end}}
{{define "body"}}
<section class="home is-fullheight section">
<div class="container">

View File

@ -1,4 +1,4 @@
{{define "title"}}Accueil{{end}}
{{define "title"}}Profile | OIDC Test App{{end}}
{{define "body"}}
<section class="home is-fullheight section">
<div class="container">