<% if ( config.matomoUrl ) { %> <% } %>
<% if ( flash.error.length > 0 ) { for ( let i = 0 ; i < flash.error.length ; i += 1 ) { %>
Erreur
<%= flash.error[i].replace('Error: ', '') %>
<% } } if ( flash.info.length > 0 ) { for ( let i = 0 ; i < flash.info.length ; i += 1 ) { %>
Information
<%= flash.info[i] %>
<% } } if ( flash.success.length > 0 ) { for ( let i = 0 ; i < flash.success.length ; i += 1 ) { %>
Succès
<%= flash.success[i] %>
<% } } %> <%- include(viewname) %>