themes/docsy/layouts/events/baseof.html [1:12]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ partial "head.html" . }} {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }}
{{ partial "navbar.html" . }}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - themes/docsy/layouts/users/baseof.html [1:12]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ partial "head.html" . }} {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }}
{{ partial "navbar.html" . }}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -