]> oss.titaniummirror.com Git - webber.git/blobdiff - in/plugins/template_mako.md
plugins/hierarchy.py: index _parents{} and _childs{} by File objects
[webber.git] / in / plugins / template_mako.md
index fff1cc9e7290aba34580e32eb7d24cc605ef5e75..7e0957d03f09377e9e4558bd402bb3ed0e07a927 100644 (file)
@@ -1,7 +1,9 @@
-title: Mako template
+title: Mako templates
 linktitle: template_mako.py
 parent: Plugins
+lang: en
 ctime: 2009-06-26
+mtime: 2010-06-23
 change: finally documented how templates work
 
 This plugin uses the [[Mako template
@@ -13,7 +15,7 @@ during the "`pagetemplate`" [[hook|hooks]].
 == template ==
 
 Name of the template file. Must be specified in "`webber.conf`", but
-can be overriden, see "[[inheritance]]" and "[[pageformat]]".
+can be overridden, see "[[inheritance]]" and "[[pageformat]]".
 
        template: "default"
 
@@ -74,7 +76,7 @@ and replace "`${body}`" with:
        ${self.contents()}
 
 Now you can create a new template file, e.g. "`history.tmpl`" that
-inherits from "`default.tmpl`" and add's a list of recently changed
+inherits from "`default.tmpl`" and adds a list of recently changed
 files:
 
        <%inherit file="default.tmpl"/>