%= include_template '_head.rhtml', {:rel_prefix => rel_prefix} %>
<% 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 %>
- <%= h file.relative_name %>
- Last modified: <%= file.file_stat.mtime %>
<%= include_template '_context.rhtml', {:context => file, :rel_prefix => rel_prefix} %>