summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/Python/mallard-Python-default.tmpl
blob: 1d202109026dcc1f3404dcc1e7b5ab103fba3781 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<page id="${page_id}"
      type="topic"
      style="${page_style}"
      xmlns="http://projectmallard.org/1.0/"
      xmlns:ui="http://projectmallard.org/experimental/ui/">
  <info>
  </info>
  <title>${formatter.format_page_name(node)}</title>
${formatter.format(node, node.doc)}
</page>