aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/home.settings.html
blob: 84e808036b70cff7a9fc0a86e4d4b0c088ea5bd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{{- define "title" -}}Settings — {{ end -}}
{{- define "description" -}}A list of all interface settings — {{ end -}}
{{- define "styles" -}}
<style>
  {{ partial "navigator.css.html" (dict "Link" "/settings/") | safeCSS }}
</style>
{{- end -}}

{{- define "header" -}}
  {{- partial "navigator-middle.html"
    (dict
      "Context"    .
      "IconLabel"  "Back"
      "Id"         "back"
      "Title"      "Settings"
      "Icon"       "arrow-left"
      "Subtitle"   "Interface"
      "Href"       (or (and (gt .Paginator.PageNumber 1) (.Paginator.Prev.URL | absURL)) "/")
    )
  -}}
{{- end -}}

{{- define "middle" -}}
{{- end -}}

{{- define "footer" -}}
  {{- partial "footer.html" . -}}
{{- end -}}

{{- define "right" -}}
  {{- partial "navigator-right.html" . -}}
{{- end -}}