8 lines
239 B
Plaintext
8 lines
239 B
Plaintext
<i class="fe fe-alert-triangle mr-2" aria-hidden="true"></i>
|
|
<%= code ? '<strong>' + code + '</strong> — ' : '' %>
|
|
<%- message %>
|
|
|
|
<% if (retry) { %>
|
|
<br><br><a href="#" class="btn btn-sm btn-warning retry">Try again</a>
|
|
<% } %>
|