Gregory Ballantine
8a572e70b1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
12 lines
249 B
HTML
12 lines
249 B
HTML
{{ 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" . }}
|