2020-11-16 20:19:37 +00:00
|
|
|
<div class="navbar-start">
|
|
|
|
{{ range .modules -}}
|
|
|
|
{{ if not .Hidden -}}
|
2020-11-17 13:52:33 +00:00
|
|
|
{{ if ge $.user.AccessLevel .MinAccessLevel -}}
|
|
|
|
<a href="/{{ .Name }}/" class="navbar-item">{{ .FriendlyName }}</a>
|
|
|
|
{{- end }}
|
2020-11-16 20:19:37 +00:00
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
|
|
|
</div>
|