summaryrefslogtreecommitdiff
path: root/templates/guide.page
diff options
context:
space:
mode:
Diffstat (limited to 'templates/guide.page')
-rw-r--r--templates/guide.page40
1 files changed, 3 insertions, 37 deletions
diff --git a/templates/guide.page b/templates/guide.page
index 894b276..90b8a7d 100644
--- a/templates/guide.page
+++ b/templates/guide.page
@@ -1,46 +1,12 @@
<?yelp-tmpl-desc Navigational glue for Mallard documents?>
<page xmlns="http://projectmallard.org/1.0/"
type="guide" version="1.1"
- id="@ID@">
+ id="{{ID}}">
<info>
- <!--
- Recommended statuses: stub incomplete draft outdated review candidate final
- Remove version attributes you don't use.
- -->
- <revision version="0.1" docversion="0.1" pkgversion="0.1" date="@DATE@" status="stub"/>
-
- <credit type="author copyright">
- <name>@NAME@</name>
- <email>@EMAIL@</email>
- <years>@YEAR@</years>
- </credit>
-
- <!--
- This puts a link to this topic on the index page.
- Change the xref to link it from another guide.
- -->
- <link type="guide" xref="index"/>
-
- <!--
- Think about whether other pages should be in the seealso list.
- The target page will automatically get a seealso link back.
- <link type="seealso" xref="someotherid"/>
- -->
-
- <!--
- Think about whether external resources should be in the seealso
- list. These require a title.
- <link type="seealso" href="http://someurl">
- <title>Link title</title>
- </link>
- -->
-
- <desc>Write a short page description here.</desc>
-
- <keywords>comma-separated list, of keywords, for search</keywords>
+{{INCLUDE info.mallard.include}}
</info>
- <title>@TITLE@</title>
+ <title>{{TITLE}}</title>
<p>Optionally, an introductory paragraph.</p>