<% File.mimetype %>
macro rendering the mimetype

Sourcecode in File/macros.js:
1:   function mimetype_macro(param) {
2:      res.write(this.mimetype);
3:      return;
4:   }