5 lines
208 B
HTML
5 lines
208 B
HTML
{{ .page.Title }} {{ if ne .age .current }}::{{ end }}
|
|
|
|
{{ if .page.Parent }}{{ if not .page.Parent.IsHome }}
|
|
{{ partial "title-item.html" (dict "page" .page.Parent "current" .current) }}
|
|
{{ end }}{{ end }}
|