blob: 6fadca430ff9b6a593929abb72134bce9d41e204 (
plain)
1
2
3
4
5
6
7
8
9
|
<% @title = "Help out" %>
<%= render :partial => 'sidebar' %>
<div id="left_column_flip">
<h1>Help us!</h1>
<p>This is a custom "help out" page, showing how you can add new pages to Alaveteli from within a theme.</p>
</div>
|