Objects can be safely retrieved (with permission checks) using drink.get_object()
The main rendering method is accessible via drink.default_view().
| drink.Page(name[, rootpath]) | A dict-like object, defining all properties required by a standard page |
| drink.ListPage(name[, rootpath]) |
| drink.objects.generic | |
| drink.objects.filesystem | |
| drink.objects.finder | |
| drink.objects.tasks | |
| drink.objects.markdown | |
| drink.objects.users |
| drink.types |
| drink.request | Represents a single HTTP request using thread-local attributes. |
| drink.response | Represents a single HTTP response using thread-local attributes. |
| drink.classes | dict() -> new empty dictionary |
| drink.config |