Source code for tools.mixins

[docs] class MessageMixin: """MixinClass to add template pass for messages. The class has the following attributes: - message_template (str): The name of the template to be rendered. """ message_template = 'message.html'