summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/C/property.tmpl
blob: 6ec9e8e147d283ffe99ba1946f01254c8227e1e3 (plain)
1
2
3
4
5
<%inherit file="/base.tmpl"/>
<%block name="info">
    ${formatter.format_xref(node.parent, type="guide", group=page_kind)}
    <title type="link" role="topic">${node.name}</title>
</%block>