Class Nanoc::Filters::Haml
In: lib/nanoc/filters/haml.rb
Parent: Nanoc::Filter

Methods

run  

Public Instance methods

Runs the content through [Haml](haml-lang.com/). Parameters passed to this filter will be passed on to Haml.

@param [String] content The content to filter

@return [String] The filtered content

[Validate]