Alambic

Customising Alambic

The templating system

Mojolicious -- and Alambic -- use embedded Perl as a templating system. It is basically composed of pure HTML and Perl code snippets and can be easily customised to display different layouts or types of information. Mojolicious generates pages according to:

Example pages

All pages are stored in $ALAMBIC_HOME/mojo/lib/Alambic/files/templates/alambic/*.

The existing files (along with all *.html.ep files in the $ALAMBIC_HOME/mojo/Alambic/files/templates/alambic) can also serve as examples.