class Tilt::RedClothTemplate

def initialize_engine

def initialize_engine
  return if defined? ::RedCloth
  require_template_library 'redcloth'
end