X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=in%2Fplugins%2Ftemplate_mako.md;fp=in%2Fplugins%2Ftemplate_mako.md;h=7e0957d03f09377e9e4558bd402bb3ed0e07a927;hb=b9132d87ddf62fb3b589115c2cd3e5d11132b28f;hp=b7ae137b5786bd07cf71450abf1b14e392ecd017;hpb=d412feff2a143701150df2656767497ff53f0f96;p=webber.git diff --git a/in/plugins/template_mako.md b/in/plugins/template_mako.md index b7ae137..7e0957d 100644 --- a/in/plugins/template_mako.md +++ b/in/plugins/template_mako.md @@ -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"/>