field.tmpl 423 B

123456789
  1. <%inherit file="/base.tmpl"/>
  2. <%block name="info">
  3. ${formatter.format_xref(node.parent, type="guide", group=page_kind)}
  4. <title type="link" role="topic">${node.name}</title>
  5. </%block>
  6. <%block name="synopsis">
  7. <synopsis><code mime="text/x-gjs">
  8. ${node.parent.name}.${formatter.to_underscores(node)}: ${formatter.format_type(node.type, True)} (${formatter.format_property_flags(node)})
  9. </code></synopsis></%block>