summaryrefslogtreecommitdiff
path: root/templates/py/templates/concept.page
blob: 16f56e4eb466e9195beb2109da4eb16010205f77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?yelp-tmpl-desc Explanation of a concept or background information?>
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="concept" version="1.1"
      id="{{ID}}">
  <info>
{{INCLUDE info.mallard.include}}
  </info>

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

  <p>Provide as many paragraphs, lists, or media as necessary to explain.</p>

  <list>
    <title>Next steps</title>
    <item><p>Optionally, links to other things the user might do now.</p></item>
    <item><p>But consider using seealso and other info links instead.</p></item>
  </list>
</page>