54 55 56 57 58 59
# File 'lib/static_cms/patch/haml.rb', line 54 def render(file) file.strip! lang = ::StaticCms::Helpers::EXT_TO_LANG[File.extname(file)] text = File.read(file) ::StaticCms::Helpers.to_code(text, lang) end