Class Nanoc3::Filters::Haml
In: lib/nanoc3/filters/haml.rb
Parent: Nanoc3::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]