Malt Ruby
Multi-Template Rendering Engine
    Malt provides a uniform front-end API to multiple backend template
    engines. It provides this via either of two interfaces. First, a singular 
    universal rendering function, Malt.render. Second,
    a set of object-oriented format classes, e.g. Malt::Format::ERB,
    which are easily instantiated via the Malt.file and Malt.text
    functions.
  
