blob: b68ff99af49c311594e9289df400c86b556ba182 (
plain)
1
2
3
4
5
6
7
8
9
|
<% @title = "About" %>
<%= render :partial => 'sidebar' %>
<div id="left_column_flip">
<h1 id="introduction">Introduction to WhatDoTheyKnow <a href="#introduction">#</a> </h1> <p>This is a custom "about" page</p>
</div>
|