class Lookbook::Page

def create(path, base_path)

def create(path, base_path)
  (section_path?(path) ? PageSection : Page).new(path, base_path)
end