@include 'layout/head.html'
@include 'layout/header.html'
@for i, p in ctx.path_split
@p
/
@end
@file.name
${loc}
lines
·
${sloc}
sloc
·
${file.pretty_size()}
@if file.last_hash != ''
·
@file.last_hash
@end
Raw
@if repo.user_id == ctx.user.id
Edit
@end
@if is_markdown
@source
@else
@source
@end
@include 'layout/footer.html'