summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/mallard-base.tmpl
blob: e40739c3924f81aa1b8ef4e08e2ac2065e0bdcfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<%! page_type="topic" %>\
<?xml version="1.0"?>
<page id="${page_id}"
      type="${self.attr.page_type}"
      style="${page_style}"
      xmlns="http://projectmallard.org/1.0/"
      xmlns:api="http://projectmallard.org/experimental/api/"
      xmlns:ui="http://projectmallard.org/experimental/ui/">
  <info>
    <%block name="info">
      <link type="guide" xref="index"/>
    </%block>
  </info>
  <title><%block name="title">${formatter.format_page_name(node)}</%block></title>
  <%block name="synopsis">
  </%block>
  <%block name="doc">
    ${formatter.format(node, node.doc)}
  </%block>
  <%block name="since_version">
    % if node.version:
    <p>Since ${node.version}</p>
    % endif
  </%block>
  <%block name="details">
  </%block>
  <%block name="links">
  </%block>
</page>