6 lines
208 B
HTML
6 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 }}
|