To add page messages you have to use a div
container down the .container-breadcrumb
with 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>