StatusBar
The classic status bar for messages and info.
Here's an example:
yaml
Controller: StatusBar
Text: <p>Connected user: %Auth:UserName%</p>
ImageName: personAnd here's the result:

Note that the content can be translated:
yaml
Controller: StatusBar
Text: <p>_(User: %Auth:UserName%)</p>
ImageName: person