{{- /* Displays an itemtitle with optional subtitle. @params pc Page context. @params sc Site context. @params class The base of the element CSS class. */ -}}

{{- default .pc.Title .pc.Params.markup_title | .pc.Page.RenderString -}}

{{ with .pc.Params.subtitle }}

{{ . | $.pc.Page.RenderString }}

{{ end }}