Class Nanoc::Filters::Handlebars
In: lib/nanoc/filters/handlebars.rb
Parent: Nanoc::Filter

@since 3.4.0

Methods

run  

Public Instance methods

Runs the content through [Handlebars](handlebarsjs.com/) using [Handlebars.rb](github.com/cowboyd/handlebars.rb). This method takes no options.

@param [String] content The content to filter

@return [String] The filtered content

[Validate]