blob: cd4c595ebc3255911d61b5285efac1c3015b1e3a (
plain)
1
2
3
4
5
6
7
8
9
  | 
<h2><%= @page.title %></h2>
<%= textilize(@page.content).html_safe %>
<% content_for :sidebar do %>
<div id="sidebarhelp" class="help">
<%= textilize(@toc.content).html_safe %>
</div>
<% end %> 
  |