Added start of Muldap web service
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
11
templates/index.html
Normal file
11
templates/index.html
Normal file
@ -0,0 +1,11 @@
|
||||
{{ template "layout/header" . }}
|
||||
|
||||
<p>This is a test.</p>
|
||||
|
||||
<ul>
|
||||
{{ range .results.Entries }}
|
||||
<li><a href="/user/{{ .GetAttributeValue "uid" }}">{{ .GetAttributeValue "displayName" }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
||||
{{ template "layout/footer" . }}
|
Reference in New Issue
Block a user