module YARD::Templates::Template::ClassMethods

def include_inherited(full_paths)

def include_inherited(full_paths)
  full_paths.reverse.each do |full_path|
    include Engine.template!(path, full_path)
  end
end