====== Collection of Snippets for batou ====== [[http://batou.readthedocs.io/en/stable/|Batou]] is a toolkit for deploying (web-)applications. ===== Templating ===== I'd recommend to put it into default-section as when working with batou, you will need to template a huge number of different filetypes but most likely all by using Jinja-style-templating. [Default] cc=class %cursor%(batou.component.Component):\n\n\tdef configure(self):\n\t\t%cursor% com={{component.%cursor%}} comparent={{component.parent.%cursor%}} comroot={{component.root.%cursor%}} comwork={{component.workdir}} {{tag>snippet batou}}