<%- title %>

                <% if (note === "") { %>
                    Currently no note is associated with this event.
                <% }else{ %>
                    <%- note %>
                <% } %>