%= include_template '_head.rhtml', {:rel_prefix => rel_prefix, :tree_keys => [] } %>
<%= include_template '_panel.rhtml' %>
<% if ENV['HORO_PROJECT_NAME'] %>
<%= ERB::Util.html_escape(ENV['HORO_PROJECT_NAME']) %> <%= ERB::Util.html_escape(ENV['HORO_PROJECT_VERSION']) %>
<% end %>
<%= h file.name %>
<%
github = github_url(file.relative_name) if options.github
%>
-
<%= h file.relative_name %>
<% if github %>
on GitHub
<% end %>
- Last modified: <%= file.file_stat.mtime %>
<%= include_template '_context.rhtml', {:context => file, :rel_prefix => rel_prefix} %>