<%= ob.title %>

<%= ob.message %>
<% if (ob.buttons.length) { %>
<% ob.buttons.forEach((btn, i) => { %> <% // pending designs, may need to give certain buttons special classes depending // on what position they are in (e.g. first, last...) %> <%= btn.text %> <% }) %>
<% } %>