mind that plugin_wiki in itself does not uses meta-header nor meta-
footer not meta-sidebar.
cube2py uses them because it has a special payout that does things
like
<div id="header">
{{=plugin_wiki.embed_page('meta-header') or XML('<h1>%s</
h1><h2>%s</h2>' % (response.title, response.subtitle))}}
</div>
So when you edit the meta-header you just put something like
# my app title
## my app subtitle
Massimo
On Jul 28, 4:32 pm, Scott <[email protected]> wrote:
> Massimo provided excellent examples of meta-menu and meta-code on
> Vimeo. However, could someone post examples of meta-header, meta-
> sidebar, and meta-footer?
>
> Thanks!