[%- IF is_image -%]
[%- ELSIF is_binary -%]
This is a binary file which won't render natively on the web, but you can get it here all the same: [% filename %]
[%- ELSE -%] [%- USE UTF8Decode -%] [%- IF mangled; INCLUDE inc/syntax_highlight_css.tt2; END -%] [% FOR line IN blob.split("\n") %] [% loop.index+1 %]
[%-
     IF mangled; line; ELSE; line | utf8_decode | html; END
   -%]
[% END %] [%- END -%]