base.tmpl 765 B

1234567891011121314151617181920
  1. <%! page_type="topic" %>\
  2. <?xml version="1.0"?>
  3. <page id="${page_id}"
  4. type="${self.attr.page_type}"
  5. style="${page_kind}"
  6. xmlns="http://projectmallard.org/1.0/"
  7. xmlns:api="http://projectmallard.org/experimental/api/"
  8. xmlns:ui="http://projectmallard.org/1.0/ui/">
  9. <info><%block name="info">
  10. ${formatter.format_xref(node.parent, type="guide", group=page_kind)}
  11. </%block>\
  12. </info>
  13. <title><%block name="title">${formatter.format_page_name(node)}</%block></title><%block name="synopsis"></%block><%block name="doc">
  14. ${formatter.format(node, node.doc)}
  15. </%block><%block name="since_version">\
  16. % if node.version:
  17. <p>Since ${node.version}</p>\
  18. % endif
  19. </%block><%block name="details"></%block><%block name="links"></%block>
  20. </page>