Module reahl.web.bootstrap.page

New in version 5.0.

The very basic Bootstrap components (ones that do not warrant their own module)

HTML5Page

class reahl.web.bootstrap.page.HTML5Page(view, title='$current_title', css_id=None)

A web page that may be used as the page of a web application. It ensures that everything needed by the framework (linked CSS and JavaScript, etc) is available on such a page.

Styling

Renders as an HTML5 page with customised <head> and an empty <body>.

Parameters

ErrorMessageBox

class reahl.web.bootstrap.page.ErrorMessageBox(view)