summaryrefslogtreecommitdiff
path: root/templates/py/templates/guide.page
blob: 90b8a7dd8ac2393f2bd99ea21fe2d8f2d3bd4b76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?yelp-tmpl-desc Navigational glue for Mallard documents?>
<page xmlns="http://projectmallard.org/1.0/"
      type="guide" version="1.1"
      id="{{ID}}">
  <info>
{{INCLUDE info.mallard.include}}
  </info>

  <title>{{TITLE}}</title>

  <p>Optionally, an introductory paragraph.</p>

  <!--
      The links element is implicit, but you might want to add one
      explicitly if you want to do link grouping or styles.
  <links type="topic" style="STYLE" groups="GROUPS">
    <title>Optional title</title>
  </links>
  -->

</page>