TemplatesΒΆ

Howto access the database object in your templates:

Mako Template

${site.name}
${site.display}

Jinja

{{ site.name }}
{{ site.display }}

Previous topic

Installation Instructions

Next topic

Models

This Page