logout: add support of logout flow
This commit is contained in:
16
internal/web/testdata/TestHTMLRenderer/internal_template_not_found/main.tmpl
vendored
Normal file
16
internal/web/testdata/TestHTMLRenderer/internal_template_not_found/main.tmpl
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
{{ define "main" }}
|
||||
internal template
|
||||
WebBasePath: {{ .WebBasePath }};
|
||||
|
||||
Title:
|
||||
{{ block "title" .Data }}{{ end }}
|
||||
|
||||
Style:
|
||||
{{ block "style" .Data }}{{ end }}
|
||||
|
||||
Js:
|
||||
{{ block "js" .Data }}{{ end }}
|
||||
|
||||
Content:
|
||||
{{ block "content" .Data }}{{ end }}
|
||||
{{ end }}
|
Reference in New Issue
Block a user