module Middleman::CoreExtensions::Rendering::InstanceMethods

def template_extensions(extension_map=nil)

Returns:
  • (Hash) -

Parameters:
  • extension_map (Hash) --
def template_extensions(extension_map=nil)
  @_template_extensions ||= {}
  @_template_extensions.merge!(extension_map) if extension_map
  @_template_extensions
end