mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-26 00:58:47 -05:00
12 lines
311 B
Text
12 lines
311 B
Text
<div id='main' class=<%= classes %>>
|
|
|
|
<div class='header-instructions'>%{header_instructions}</div>
|
|
|
|
<% if message.present? %>
|
|
<div><%= message %></div>
|
|
<% end %>
|
|
|
|
<div class='footer'>%{respond_instructions}</div>
|
|
<div class='footer'>%{unsubscribe_link}%{unsubscribe_via_email_link}</div>
|
|
|
|
</div>
|