# All files in the 'lib' directory will be loaded # before nanoc starts compiling. def html_escape(str) str.gsub('&', '&').str('<', '<').str('>', '>').str('"', '"') end alias h html_escape