<%if (locals.error) { %> <%= error.message %> <% } else { %> <%= title %> <% } %> <% if (locals.path) { %> <% } %>
Get Status
<%if (locals.error) { %> <%- include('fail') %> <% } else { %> <%- include('join') %> <% } %>