layout: base.html


<% content_for :page_content do %>

<%= include 'header.html' %>
<h1>About</h1>
<p>
  This is a demo blog.
</p>

<% end %>