]> oss.titaniummirror.com Git - webber.git/blobdiff - in/plugins/template_mako.md
Merge branch 'upstream'
[webber.git] / in / plugins / template_mako.md
index 5a7f8f1e69c4f0206cadb28b2d2d5796e8a4771f..7e0957d03f09377e9e4558bd402bb3ed0e07a927 100644 (file)
@@ -1,4 +1,4 @@
-title: Mako template
+title: Mako templates
 linktitle: template_mako.py
 parent: Plugins
 lang: en
@@ -15,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"
 
@@ -76,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"/>