mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
11 lines
234 B
Text
11 lines
234 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>
|