{{- $loggedIn := and (and .Identity .Identity.AccessToken) true -}} {{- $hasAccount := and (and .Identity .Identity.Account) true -}} {{ block "title" . }} Inventory++ {{ end }} {{/* This can be set by the template in ./pages being rendered */}} {{- block "head" . }}{{ end }}
{{/* This is where the page_body template will be inserted into the page */}} {{- block "body" . }}{{ end }}