Class Nanoc::Filters::Mustache
In: lib/nanoc/filters/mustache.rb
Parent: Nanoc::Filter

@since 3.2.0

Methods

run  

Public Instance methods

Runs the content through [Mustache](github.com/defunkt/mustache). This method takes no options.

@param [String] content The content to filter

@return [String] The filtered content

[Validate]