summaryrefslogtreecommitdiff
path: root/templates/py/templates/concept.page
diff options
context:
space:
mode:
Diffstat (limited to 'templates/py/templates/concept.page')
-rw-r--r--templates/py/templates/concept.page18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/py/templates/concept.page b/templates/py/templates/concept.page
new file mode 100644
index 0000000..16f56e4
--- /dev/null
+++ b/templates/py/templates/concept.page
@@ -0,0 +1,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>