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