module Troy::Helpers

def inline_file(path)

def inline_file(path)
  site.root.join(path).read
end