ui: show headings on page
This commit is contained in:
parent
764d88a86c
commit
bfce76ca79
2 changed files with 14 additions and 3 deletions
|
@ -1,4 +1,12 @@
|
|||
{{define "title"}}Übersicht{{end}}
|
||||
{{define "title"}}
|
||||
Sprechstunden
|
||||
{{- range $course := .Courses -}}
|
||||
{{- if eq $course.Id $.SelectedCourse}} für {{$course.Name}}{{- end -}}
|
||||
{{- end -}}
|
||||
{{- range $room := .Rooms -}}
|
||||
{{- if eq $room.Id $.SelectedRoom}} in Raum {{$room.Name}}{{- end -}}
|
||||
{{- end -}}
|
||||
{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
<form method="GET" action="/getByCourse">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue