mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 22:26:26 +08:00
12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
<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>
|