{{/* This can be set by the template in ./pages being rendered */}} {{- block "head" . }}{{ end }}
{{- $path := or .Request.URL.Path "/" }}
Home
{{/* */}} {{- $userID := .Identity.User.UserID }} {{- $acct := .Identity.Account }} {{- $acctID := 0 }} {{- if $acct }} {{- $acctID = $acct.AccountID }} {{- end }} {{- if not $userID }}
Log In / Sign Up
{{- else if $acctID }}
Account
Inventory
Reports
Log Out
{{- end }}
{{/* This is where the page_body template will be inserted into the page */}} {{- block "body" . }}{{ end }}