To add page messages you have to use a divcontainer down the .container-breadcrumbwith class .container-messages.
Inside this container you can add all the messages you want (in Bootstrap format) with the next structure:
<divclass="page-alert alert alert-warning"> <buttonclass="close" data-dismiss="alert">×</button> Warning! Better check yourself, you're not looking too good </div>