summaryrefslogtreecommitdiff
path: root/templates/py/templates/concept.page
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2021-01-16 12:20:41 -0500
committerShaun McCance <shaunm@redhat.com>2021-01-16 12:20:41 -0500
commit7e610eb8d5d2fd8dfc28778ce1516a7b1bff6dc3 (patch)
tree61ab0bf7c171a90ac25efcff5ebd461879c0ffdf /templates/py/templates/concept.page
parent57c72e0ddbc14519dd9b596458e6788a805f169e (diff)
downloadyelp-tools-7e610eb8d5d2fd8dfc28778ce1516a7b1bff6dc3.tar.gz
yelp-new.py: Converted yelp-new to python
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>