{{define "base"}} LicenseVault{{block "title" .}}{{end}}
{{if eq .Page "dashboard"}} {{template "dashboard-title" .}} {{end}} {{if eq .Page "new"}} {{template "new-license-title" .}} {{end}} + Issue License
{{if eq .Page "dashboard"}} {{template "dashboard-content" .}} {{end}} {{if eq .Page "new"}} {{template "new-license-content" .}} {{end}}
{{end}}