4 | <% /* If user not connected, add "container" class */ %> 5 | <% /* Load the public partial to display a group of messages. */ %> 6 | <%- partial('../../_partials/displayFlashMessages', {messages: flash.messages}) %> 7 | 8 | <% /* Load the view content, depending on the called url. */ %> 9 | <%- body %> 10 |