<%= erb(:headers) %>
<% if options[:readme] != options[:file] && options[:title] %> <%= options[:title] %>: <%= @page_title %> <% links = [link_file('index.html', 'top'), @prevfile ? link_file(@prevfile, 'prev') : nil, @nextfile ? link_file(@nextfile, 'next') : nil].compact %> (<%= links.join(", ") %>) <% end %>
<%= yieldall %>
<%= erb(:footer) %>