{% extends "page.html" %} {% set title = _('Tutorials') %} {% block body %}

{{ title|e }}

{{ project|e }} tutorials are documents that cover a single, specific topic, and attempt to cover it fairly completely. Modelled on Python's HOWTO collection, this collection is an effort to foster documentation that's more detailed than the API documentation.

General

Hello World
The classic example

{% endblock %}