Documentation of the Moopato Website Builder.
The Templates are written in the templating system Jinja2.
In your Moopato Website Builder Project create an empty directory called template and copy the existing files of the default template (found in _moopato_install_dir/templates/web_default) to this directory.
Load your Project in Moopato Website Builder and go to the project setting -> Build setting and now under the templates selection choose My Project Template. Moopato now uses your custom template.
When building a single page, it will search for the template to use in the following order
When it builds index pages for article lists it will search for an articles_list.html.
The sidebar is currently not editable via the editor but the underlying engine already supports customization. Right now you can do it by
"sidebar": [ {"name" : "Browse by Tag" }, {"name" : "Other Sites from us", "file" : "other_sites_from_us.moo" } ]
The navbar is currently not editable via the editor but the underlying engine already supports customization. Right now you can do it by
"navigation" : [ {"name" : "Home", "href" : "" },